We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c98cf0 commit f707189Copy full SHA for f707189
doc/api/crypto.markdown
@@ -135,7 +135,7 @@ Returned by `crypto.createHash`.
135
136
Updates the hash content with the given `data`, the encoding of which
137
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
+`'binary'`. If no encoding is provided, and the input is a string, an
139
encoding of `'binary'` is enforced. If `data` is a `Buffer` then
140
`input_encoding` is ignored.
141
0 commit comments