From 87bbc9a4a3eb963e1a788bb1e968c92315dac2f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Soboci=C5=84ski?= Date: Sun, 13 Feb 2022 16:58:18 +0100 Subject: [PATCH] Fix typo README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 984bcf0..a6cd6bb 100644 --- a/README.md +++ b/README.md @@ -224,5 +224,5 @@ const { // both instances now can be used without // possible issues down the prototypal chain const map = new Map; -const wm = new WekMap; +const wm = new WeakMap; ```