From 0b1439edb9af2400eea5d09e91331e22e26f7089 Mon Sep 17 00:00:00 2001 From: Maximiliano Benedetto Date: Tue, 25 Aug 2026 18:45:08 -0700 Subject: [PATCH 1/2] tet --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 93b8aca..7d1b25d 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 ggg 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()** From 7ca9aa1dc3637624768ec52d8168839343e9d7cb Mon Sep 17 00:00:00 2001 From: Maximiliano Benedetto Date: Wed, 2 Sep 2026 10:08:21 -0700 Subject: [PATCH 2/2] test --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d1b25d..9a9e3e1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# BitSetJS test 22 33 44 66 77 88 99 ggg +# BitSetJS test 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.