[Pkg-javascript-commits] [node-hash-base] 04/06: Fix typo in README.md

Bastien Roucariès rouca at moszumanska.debian.org
Thu May 4 10:21:28 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to annotated tag v3.0.1
in repository node-hash-base.

commit 13264ec7adf25d68c3ff6a8a9a26f7e57282080f
Author: Kirill Fomichev <fanatid at ya.ru>
Date:   Tue Aug 9 16:38:38 2016 +0300

    Fix typo in README.md
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2fa8f1d..c5f2df5 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ function MyHash () {
   HashBase.call(64) // in bytes
 }
 
-inherti(MyHash, HashBase)
+inherits(MyHash, HashBase)
 
 MyHash.prototype._update = function () {
   // hashing one block with buffer this._block

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-hash-base.git



More information about the Pkg-javascript-commits mailing list