Skip to content

Commit 962c581

Browse files
Trotttargos
authored andcommitted
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: #19567 Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]>
1 parent 5a2f336 commit 962c581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/buffer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const buf6 = Buffer.from('tést', 'latin1');
4848

4949
## `Buffer.from()`, `Buffer.alloc()`, and `Buffer.allocUnsafe()`
5050

51-
In versions of Node.js prior to v6, `Buffer` instances were created using the
51+
In versions of Node.js prior to 6.0.0, `Buffer` instances were created using the
5252
`Buffer` constructor function, which allocates the returned `Buffer`
5353
differently based on what arguments are provided:
5454

0 commit comments

Comments
 (0)