[Pkg-javascript-commits] [node-cipher-base] 04/18: fix up typo in README
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Apr 20 19:25:25 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-cipher-base.
commit bd3208d178ca0cff38f0593b9d01645f5381ea22
Author: Mikey <michael.williams at enspiral.com>
Date: Sun Sep 27 13:55:15 2015 +1300
fix up typo in README
---
readme.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/readme.md b/readme.md
index e408fa7..0ce2d8e 100644
--- a/readme.md
+++ b/readme.md
@@ -4,7 +4,7 @@ cipher-base
Abstract base class to inherit from if you want to create streams implementing
the same api as node crypto streams.
-Requires you to implement 2 methods `_final` and `_update`. `_final` takes a
+Requires you to implement 2 methods `_final` and `_update`. `_update` takes a
buffer and should return a buffer, `_final` takes no arguments and should return
a buffer.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-cipher-base.git
More information about the Pkg-javascript-commits
mailing list