From e821071920f60645c23afacbb99244b8d8757064 Mon Sep 17 00:00:00 2001 From: Tobias Nießen Date: Sun, 25 Mar 2018 12:01:33 +0200 Subject: doc: add 'v' prefix to all versions in metadata MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/19590 Reviewed-By: Michaël Zasso Reviewed-By: Richard Lau Reviewed-By: Ruben Bridgewater Reviewed-By: Colin Ihrig Reviewed-By: Trivikram Kamat --- doc/api/buffer.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/api/buffer.md') diff --git a/doc/api/buffer.md b/doc/api/buffer.md index 750d112737..120f63ad5c 100644 --- a/doc/api/buffer.md +++ b/doc/api/buffer.md @@ -2574,7 +2574,7 @@ console.log(buf); ## Buffer Constants Note that `buffer.constants` is a property on the `buffer` module returned by @@ -2582,7 +2582,7 @@ Note that `buffer.constants` is a property on the `buffer` module returned by ### buffer.constants.MAX_LENGTH * {integer} The largest size allowed for a single `Buffer` instance. @@ -2594,7 +2594,7 @@ This value is also available as [`buffer.kMaxLength`][]. ### buffer.constants.MAX_STRING_LENGTH * {integer} The largest length allowed for a single `string` instance. -- cgit v1.2.3