Browse Source

doc: fix typo in crypto Hash.digest() note

Added the word 'has' to the sentence.
Closes #4652.
v0.8.19-release
Jacob Gable 12 years ago
committed by Nathan Rajlich
parent
commit
34131af606
  1. 2
      doc/api/crypto.markdown

2
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)

Loading…
Cancel
Save