doc: minor grammatical update in crypto.markdown

Per: https://github.com/joyent/node/pull/8878

Originally submitted by @jacksonhoose

Reviewed By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/2378
pull/2378/merge
James M Snell 2015-08-14 16:23:00 -07:00
parent b11ba2791c
commit 758d02e4e9
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ called.
You can disable auto padding if the data has been encrypted without You can disable auto padding if the data has been encrypted without
standard block padding to prevent `decipher.final` from checking and 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 the ciphers block size. You must call this before streaming data to
`decipher.update`. `decipher.update`.