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