Skip to content

Commit 5b061c8

Browse files
tniessentargos
authored andcommitted
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 6388766 commit 5b061c8

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
@@ -5561,7 +5561,7 @@ When passing strings to cryptographic APIs, consider the following factors.
55615561

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

0 commit comments

Comments
 (0)