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 28c1dbb945..5e71afaf71 100644
--- a/doc/api/buffer.md
+++ b/doc/api/buffer.md
@@ -5141,7 +5141,7 @@ and binary data should be performed using `Buffer.from(str, 'base64')` and
### `buffer.isAscii(input)`
<!-- YAML
-added: REPLACEME
+added: v19.6.0
-->
* input {Buffer | ArrayBuffer | TypedArray} The input to validate.