summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Gable <jacob.gable@gmail.com>2013-01-23 16:38:09 -0600
committerNathan Rajlich <nathan@tootallnate.net>2013-01-24 12:42:53 -0800
commit34131af6067e6981d737bb8f58218d5d5e1b6484 (patch)
tree25a34882a9ccbd01541d1bda2b0a0e0393b8d463
parent7f6054ca81f3c7559b5de690a5a6d436d5b386ff (diff)
downloadnode-34131af6067e6981d737bb8f58218d5d5e1b6484.tar.gz
doc: fix typo in crypto Hash.digest() note
Added the word 'has' to the sentence. Closes #4652.
-rw-r--r--doc/api/crypto.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/crypto.markdown b/doc/api/crypto.markdown
index 00ed39441..e6cff32ab 100644
--- a/doc/api/crypto.markdown
+++ b/doc/api/crypto.markdown
@@ -75,7 +75,7 @@ Calculates the digest of all of the passed data to be hashed.
The `encoding` can be `'hex'`, `'binary'` or `'base64'`.
Defaults to `'binary'`.
-Note: `hash` object can not be used after `digest()` method been called.
+Note: `hash` object can not be used after `digest()` method has been called.
## crypto.createHmac(algorithm, key)