From 758d02e4e9f95d4b995b532cc628a1cdfde51178 Mon Sep 17 00:00:00 2001 From: James M Snell Date: Fri, 14 Aug 2015 16:23:00 -0700 Subject: [PATCH] doc: minor grammatical update in crypto.markdown Per: https://github.com/joyent/node/pull/8878 Originally submitted by @jacksonhoose Reviewed By: Sakthipriyan Vairamani PR-URL: https://github.com/nodejs/node/pull/2378 --- doc/api/crypto.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/crypto.markdown b/doc/api/crypto.markdown index e1852ff..093b600 100644 --- a/doc/api/crypto.markdown +++ b/doc/api/crypto.markdown @@ -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`. -- 2.7.4