Skip to content

Commit

Permalink
doc: minor grammatical update
Browse files Browse the repository at this point in the history
Per: nodejs/node-v0.x-archive#9009

Originally submitted by @peerwit

Reviewed By: Sakthipriyan Vairamani <[email protected]>
PR-URL: #2378
  • Loading branch information
jasnell authored and rvagg committed Aug 26, 2015
1 parent 6c98cf0 commit f707189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/crypto.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Returned by `crypto.createHash`.

Updates the hash content with the given `data`, the encoding of which
is given in `input_encoding` and can be `'utf8'`, `'ascii'` or
`'binary'`. If no encoding is provided and the input is a string an
`'binary'`. If no encoding is provided, and the input is a string, an
encoding of `'binary'` is enforced. If `data` is a `Buffer` then
`input_encoding` is ignored.

Expand Down

0 comments on commit f707189

Please sign in to comment.