doc: fix typo in crypto Hash.digest() note
authorJacob Gable <jacob.gable@gmail.com>
Wed, 23 Jan 2013 22:38:09 +0000 (16:38 -0600)
committerNathan Rajlich <nathan@tootallnate.net>
Thu, 24 Jan 2013 20:42:53 +0000 (12:42 -0800)
Added the word 'has' to the sentence.
Closes #4652.

doc/api/crypto.markdown

index 00ed394..e6cff32 100644 (file)
@@ -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)