Skip to content

Commit d40b2c8

Browse files
committed
address trott's comments
1 parent 2252714 commit d40b2c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/deprecations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,7 +969,7 @@ avoided as they use a weak key derivation function (MD5 with no salt) and static
969969
initialization vectors. It is recommended to derive a key using
970970
[`crypto.pbkdf2()`][] and to use [`crypto.createCipheriv()`][] and
971971
[`crypto.createDecipheriv()`][] to obtain the [`Cipher`][] and [`Decipher`][]
972-
object, respectively.
972+
objects respectively.
973973
974974
[`--pending-deprecation`]: cli.html#cli_pending_deprecation
975975
[`Buffer.allocUnsafeSlow(size)`]: buffer.html#buffer_class_method_buffer_allocunsafeslow_size

0 commit comments

Comments
 (0)