Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Update src/array/string_sequence/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Matthijs Brobbel <[email protected]>
  • Loading branch information
jorgecarleitao and mbrobbel authored Jan 20, 2022
1 parent 982d259 commit 780bef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/array/string_sequence/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ impl<O: Offset> StringSequenceArray<O> {
&self.offsets
}

/// Returns the offsets that together with `lengths` slice `.values()` of values.
/// Returns the lengths that together with `offsets` slice `.values()` of values.
#[inline]
pub fn lengths(&self) -> &Buffer<O> {
&self.lengths
Expand Down

0 comments on commit 780bef7

Please sign in to comment.