Skip to content

Commit 843ab3e

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 b565897 commit 843ab3e

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

30383038
## Notes
30393039

3040-
### Legacy Streams API (pre Node.js v0.10)
3040+
### Legacy Streams API (prior to Node.js 0.10)
30413041

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

0 commit comments

Comments
 (0)