summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2020-06-05 10:10:59 -0700
committerRich Trott <rtrott@gmail.com>2020-06-07 12:31:51 -0700
commit101e0a9d140357ac0fb532723b06d36d8cc0fe6c (patch)
treebce101ea4726a315ebedc3bbbdb477b76f1c86ed /doc
parent55d9833ebf038f100fe14f9d75a81b082eeaf048 (diff)
downloadnode-new-101e0a9d140357ac0fb532723b06d36d8cc0fe6c.tar.gz
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: https://github.com/nodejs/node/pull/33754 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/crypto.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/crypto.md b/doc/api/crypto.md
index 903f65dfb6..7a18903e8c 100644
--- a/doc/api/crypto.md
+++ b/doc/api/crypto.md
@@ -3045,7 +3045,7 @@ key may be passed for `key`.
## Notes
-### Legacy Streams API (pre Node.js v0.10)
+### Legacy Streams API (prior to Node.js 0.10)
The Crypto module was added to Node.js before there was the concept of a
unified Stream API, and before there were [`Buffer`][] objects for handling