diff --git a/doc/api/util.md b/doc/api/util.md index 334d89e36c0a2f..702b9468dc9b47 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -2047,6 +2047,10 @@ encoded bytes. ### `textEncoder.encodeInto(src, dest)` + + * `src` {string} The text to encode. * `dest` {Uint8Array} The array to hold the encode result. * Returns: {Object}