Skip to content

Commit 688a99f

Browse files
greg7mdpjeking3
authored andcommitted
Fix typo.
1 parent b96250c commit 688a99f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dynamic_bitset.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1561,7 +1561,7 @@ <h3><a id="non-member-functions">Non-Member Functions</a></h3>
15611561
represents the bits in the position range
15621562
<tt>[0,bits_per_block)</tt> in the bitset, the second block
15631563
written the bits in the range
1564-
<tt>[bits_pre_block,2*bits_per_block)</tt>, and so on. For each
1564+
<tt>[bits_per_block,2*bits_per_block)</tt>, and so on. For each
15651565
block <tt>bval</tt> written, the bit <tt>(bval &gt;&gt; i) &amp;
15661566
1</tt> corresponds to the bit at position <tt>(b * bits_per_block
15671567
+ i)</tt> in the bitset.<br />

0 commit comments

Comments
 (0)