From c75415d8ea98c86d343794bff69f77e0d9a3b400 Mon Sep 17 00:00:00 2001 From: Maximiliano Benedetto Date: Tue, 11 Aug 2026 15:22:18 -0700 Subject: [PATCH] Update BitSetJS test 22 33 44 66 77 88 99 00 from Falconer --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 93b8aca..0564eac 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# BitSetJS test 22 33 44 66 77 88 99 +# BitSetJS test 22 33 44 66 77 88 99 00 Library to create and deal with a BitSet in ES6. BitSet creates a bit array, which allows us to store a big amount of binary flags in a very memory-wise efficient manner. @@ -63,7 +63,7 @@ Toggles (inverts) the bit at `N` index. **toString()** -Returns "\[object BitSet\]" in order to identify the object as a Bitset. +Returns “\[object BitSet\]” in order to identify the object as a Bitset. **stringify()**