Skip to content

Commit

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

Originally submitted by @jacksonhoose

Reviewed By: Sakthipriyan Vairamani <[email protected]>
PR-URL: #2378
  • Loading branch information
jasnell authored and rvagg committed Aug 26, 2015
1 parent f707189 commit 3bd08aa
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 @@ -323,7 +323,7 @@ called.

You can disable auto padding if the data has been encrypted without
standard block padding to prevent `decipher.final` from checking and
removing it. Can only work if the input data's length is a multiple of
removing it. This will only work if the input data's length is a multiple of
the ciphers block size. You must call this before streaming data to
`decipher.update`.

Expand Down

0 comments on commit 3bd08aa

Please sign in to comment.