Skip to content

Commit 3e4a469

Browse files
tniessenMoLow
authored andcommittedJul 6, 2023
doc: fix typo in crypto legacy streams API section
PR-URL: #48122 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 7fa144e commit 3e4a469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎doc/api/crypto.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5574,7 +5574,7 @@ When passing strings to cryptographic APIs, consider the following factors.
55745574

55755575
The Crypto module was added to Node.js before there was the concept of a
55765576
unified Stream API, and before there were [`Buffer`][] objects for handling
5577-
binary data. As such, the many of the `crypto` defined classes have methods not
5577+
binary data. As such, many `crypto` classes have methods not
55785578
typically found on other Node.js classes that implement the [streams][stream]
55795579
API (e.g. `update()`, `final()`, or `digest()`). Also, many methods accepted
55805580
and returned `'latin1'` encoded strings by default rather than `Buffer`s. This

0 commit comments

Comments
 (0)
Please sign in to comment.