Skip to content

Commit bbace7c

Browse files
committed
Merge branch 'master' of github.com:crypto-browserify/cipher-base
2 parents a5873f7 + 8223666 commit bbace7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cipher-base
66
Abstract base class to inherit from if you want to create streams implementing
77
the same api as node crypto streams.
88

9-
Requires you to implement 2 methods `_final` and `_update`. `_final` takes a
9+
Requires you to implement 2 methods `_final` and `_update`. `_update` takes a
1010
buffer and should return a buffer, `_final` takes no arguments and should return
1111
a buffer.
1212

0 commit comments

Comments
 (0)