From 34131af6067e6981d737bb8f58218d5d5e1b6484 Mon Sep 17 00:00:00 2001 From: Jacob Gable Date: Wed, 23 Jan 2013 16:38:09 -0600 Subject: [PATCH] doc: fix typo in crypto Hash.digest() note Added the word 'has' to the sentence. Closes #4652. --- doc/api/crypto.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.7.4