From 688a99f54a3854f9abc26cde6afed3135132ac02 Mon Sep 17 00:00:00 2001 From: greg7mdp Date: Fri, 28 Mar 2025 17:54:29 -0400 Subject: [PATCH] Fix typo. --- dynamic_bitset.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynamic_bitset.html b/dynamic_bitset.html index 9ccbef0..42c85c4 100644 --- a/dynamic_bitset.html +++ b/dynamic_bitset.html @@ -1561,7 +1561,7 @@ void [0,bits_per_block) in the bitset, the second block written the bits in the range -[bits_pre_block,2*bits_per_block), and so on. For each +[bits_per_block,2*bits_per_block), and so on. For each block bval written, the bit (bval >> i) & 1 corresponds to the bit at position (b * bits_per_block + i) in the bitset.