Jefffrey commented on code in PR #11034:
URL: https://github.com/apache/arrow-rs/pull/11034#discussion_r3964349439
##########
arrow-buffer/src/util/bit_chunk_iterator.rs:
##########
@@ -38,7 +38,7 @@ pub struct UnalignedBitChunk<'a> {
}
impl<'a> UnalignedBitChunk<'a> {
- /// Create a from a byte array, and and an offset and length in bits
+ /// Create a from a byte array, and an offset and length in bits
Review Comment:
```suggestion
/// Create from a byte array, offset and length in bits
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]