···165165 }
166166}
167167168168-/// Reads the bits from a varint and parses them a BitArray. The returned bits
168168+/// Reads the bits from a varint and parses them a `BitArray`. The returned bits
169169/// can be parsed as a uint.
170170///
171171/// For a decoder that does this, use `decoders.uint()`.