summaryrefslogtreecommitdiff
path: root/doc/api/buffer.md
diff options
context:
space:
mode:
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: