Skip to content

Commit 3bd08aa

Browse files
jasnellrvagg
authored andcommitted
doc: minor grammatical update in crypto.markdown
Per: nodejs/node-v0.x-archive#8878 Originally submitted by @jacksonhoose Reviewed By: Sakthipriyan Vairamani <[email protected]> PR-URL: #2378
1 parent f707189 commit 3bd08aa

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
@@ -323,7 +323,7 @@ called.
323323

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

0 commit comments

Comments
 (0)