Skip to content

Commit cf23c2d

Browse files
committed
[bitset.cons] Fix typo and surrounding inconsistencies.
Fixes #294.
1 parent 4d62df7 commit cf23c2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/utilities.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2291,11 +2291,11 @@
22912291
\tcode{M} is the smaller of \tcode{N} and \tcode{rlen}.
22922292

22932293
\pnum
2294-
An element of the constructed string has value zero if the
2294+
An element of the constructed object has value zero if the
22952295
corresponding character in \tcode{str}, beginning at position
22962296
\tcode{pos}, is
2297-
\tcode{0} \tcode{zero}.
2298-
Otherwise, the element has the value 1.
2297+
\tcode{zero}.
2298+
Otherwise, the element has the value one.
22992299
Character position \tcode{pos + M - 1} corresponds to bit position zero.
23002300
Subsequent decreasing character positions correspond to increasing bit positions.
23012301

0 commit comments

Comments
 (0)