From 400faf5a3a2605977e613d04578e800b81b00a79 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 23 Mar 2018 14:52:55 -0700 Subject: doc: change v-notation for version in buffer.md Change v6 to 6.0.0. We abandoned v-notation for versions to avoid confusion between v8 (version 8.0.0) and V8 (the JavaScript engine). PR-URL: https://github.com/nodejs/node/pull/19567 Reviewed-By: Vse Mozhet Byt Reviewed-By: Trivikram Kamat Reviewed-By: Luigi Pinca Reviewed-By: James M Snell Reviewed-By: Gibson Fahnestock --- doc/api/buffer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/buffer.md') diff --git a/doc/api/buffer.md b/doc/api/buffer.md index ae72b49a87..72c7c67b74 100644 --- a/doc/api/buffer.md +++ b/doc/api/buffer.md @@ -48,7 +48,7 @@ const buf6 = Buffer.from('tést', 'latin1'); ## `Buffer.from()`, `Buffer.alloc()`, and `Buffer.allocUnsafe()` -In versions of Node.js prior to v6, `Buffer` instances were created using the +In versions of Node.js prior to 6.0.0, `Buffer` instances were created using the `Buffer` constructor function, which allocates the returned `Buffer` differently based on what arguments are provided: -- cgit v1.2.3