From be019f91d0c4bea3881523a9495438781571d12a Mon Sep 17 00:00:00 2001 From: Denis Pushkarev Date: Wed, 17 Apr 2024 00:04:24 +0700 Subject: [PATCH] fix a link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f047dcf86e2..5cb956ba7797 100644 --- a/README.md +++ b/README.md @@ -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)