Skip to content

Commit 94ac136

Browse files
Trottcodebytere
authored andcommitted
doc: change "pre Node.js v0.10" to "prior to Node.js 0.10"
The phrasing "pre Node.js v0.10" is not grammatical, as "pre" is not a word. This also changes "Node.js v0.10" to "Node.js 0.10". We dropped use of the "v" prefix in prose some time ago to avoid confusion as to whether "v8" referred to the V8 JavaScript engine or Node.js 8.x. PR-URL: #33754 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 62edaae commit 94ac136

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
@@ -3021,7 +3021,7 @@ key may be passed for `key`.
30213021

30223022
## Notes
30233023

3024-
### Legacy streams API (prior to Node.js 0.10)
3024+
### Legacy Streams API (prior to Node.js 0.10)
30253025

30263026
The Crypto module was added to Node.js before there was the concept of a
30273027
unified Stream API, and before there were [`Buffer`][] objects for handling

0 commit comments

Comments
 (0)