diff --git a/doc/api/util.md b/doc/api/util.md index fd181e3b299798..eb06e93c503811 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -1998,6 +1998,10 @@ The full list of formats can be found in [modifiers][]. An implementation of the [WHATWG Encoding Standard][] `TextDecoder` API. @@ -2076,14 +2080,6 @@ is not supported. ### `new TextDecoder([encoding[, options]])` - - * `encoding` {string} Identifies the `encoding` that this `TextDecoder` instance supports. **Default:** `'utf-8'`. * `options` {Object}