summaryrefslogtreecommitdiff
path: root/doc/api/buffer.md
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2018-03-23 14:52:55 -0700
committerRich Trott <rtrott@gmail.com>2018-03-26 16:19:33 -0700
commit400faf5a3a2605977e613d04578e800b81b00a79 (patch)
tree29b228fbea6e00f56ff5b7107f4f172efa188c6c /doc/api/buffer.md
parentdc875438a3953102febffa79b691317bb24ba2aa (diff)
downloadandroid-node-v8-400faf5a3a2605977e613d04578e800b81b00a79.tar.gz
android-node-v8-400faf5a3a2605977e613d04578e800b81b00a79.tar.bz2
android-node-v8-400faf5a3a2605977e613d04578e800b81b00a79.zip
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 <vsemozhetbyt@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Diffstat (limited to 'doc/api/buffer.md')
-rw-r--r--doc/api/buffer.md2
1 files changed, 1 insertions, 1 deletions
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: