From 94ac13678d87db243ed7b93ea82f6572662a1155 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 5 Jun 2020 10:10:59 -0700 Subject: [PATCH] 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 Reviewed-By: Richard Lau Reviewed-By: Benjamin Gruenbaum Reviewed-By: Trivikram Kamat --- doc/api/crypto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/crypto.md b/doc/api/crypto.md index fa9b96e33bc4d2..c91ebd55e42789 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -3021,7 +3021,7 @@ key may be passed for `key`. ## Notes -### Legacy streams API (prior to Node.js 0.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