viirya commented on code in PR #4382:
URL: https://github.com/apache/arrow-rs/pull/4382#discussion_r1222184850
##########
arrow-array/src/array/list_array.rs:
##########
@@ -103,7 +104,7 @@ impl<OffsetSize: OffsetSizeTrait>
GenericListArray<OffsetSize> {
let len = offsets.len() - 1; // Offsets guaranteed to not be empty
let end_offset = offsets.last().unwrap().as_usize();
// don't need to check other values of `offsets` because they are
checked
- // during construction of `OffsetsbBuffer`
+ // during construction of `OffsetsBuffer`
Review Comment:
```suggestion
// during construction of `OffsetBuffer`
```
--
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]