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