From: Jacob Gable Date: Wed, 23 Jan 2013 22:38:09 +0000 (-0600) Subject: doc: fix typo in crypto Hash.digest() note X-Git-Tag: v0.8.19~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=34131af6067e6981d737bb8f58218d5d5e1b6484;p=platform%2Fupstream%2Fnodejs.git doc: fix typo in crypto Hash.digest() note Added the word 'has' to the sentence. Closes #4652. --- diff --git a/doc/api/crypto.markdown b/doc/api/crypto.markdown index 00ed394..e6cff32 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)