Skip to content

Commit 1cd6d61

Browse files
committed
doc: unify encoding.js readme with d.ts
1 parent 7818be1 commit 1cd6d61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ Implements the [Encoding standard](https://encoding.spec.whatwg.org/):
538538
[TextEncoder](https://encoding.spec.whatwg.org/#interface-textencoder),
539539
[TextDecoderStream](https://encoding.spec.whatwg.org/#interface-textdecoderstream),
540540
[TextEncoderStream](https://encoding.spec.whatwg.org/#interface-textencoderstream),
541-
some [hooks](https://encoding.spec.whatwg.org/#specification-hooks) (see below).
541+
some [hooks](https://encoding.spec.whatwg.org/#specification-hooks).
542542

543543
#### `new TextDecoder(label = 'utf-8', { fatal = false, ignoreBOM = false })`
544544

0 commit comments

Comments
 (0)