Skip to content

Commit f707189

Browse files
jasnellrvagg
authored andcommitted
doc: minor grammatical update
Per: nodejs/node-v0.x-archive#9009 Originally submitted by @peerwit Reviewed By: Sakthipriyan Vairamani <[email protected]> PR-URL: #2378
1 parent 6c98cf0 commit f707189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/crypto.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Returned by `crypto.createHash`.
135135

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

0 commit comments

Comments
 (0)