Skip to content

Commit

Permalink
fix a link
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Apr 16, 2024
1 parent 212ff8a commit be019f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -173,7 +173,7 @@ structuredClone(new Set([1, 2, 3])); // => new Set([1, 2, 3])
- [`String.dedent`](#stringdedent)
- [`RegExp` escaping](#regexp-escaping)
- [`Symbol` predicates](#symbol-predicates)
- [`Uint8Array` to / from base64 and hex](#uint8array-to-from-base64-and-hex)
- [`Uint8Array` to / from base64 and hex](#uint8array-to--from-base64-and-hex)
- [Stage 1 proposals](#stage-1-proposals)
- [`Observable`](#observable)
- [New collections methods](#new-collections-methods)
Expand Down

0 comments on commit be019f9

Please sign in to comment.