From 8010d0c6da8932dda1baf5608c704f713572db92 Mon Sep 17 00:00:00 2001 From: Maximiliano Benedetto Date: Mon, 17 Aug 2026 16:03:13 -0700 Subject: [PATCH] test --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 93b8aca..9e4f2e3 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# 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. This library supports these operations: -- getting, setting and toggling of individual bits +- cgetting, setting and toggling of individual bits - counting how many 1s bits are in the array @@ -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()**