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.md6
1 files changed, 3 insertions, 3 deletions
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
<!-- YAML
-added: 8.2.0
+added: v8.2.0
-->
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
<!-- YAML
-added: 8.2.0
+added: v8.2.0
-->
* {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
<!-- YAML
-added: 8.2.0
+added: v8.2.0
-->
* {integer} The largest length allowed for a single `string` instance.