diff --git a/src/array/string_sequence/mod.rs b/src/array/string_sequence/mod.rs index 3b261cde0a0..f42813851a7 100644 --- a/src/array/string_sequence/mod.rs +++ b/src/array/string_sequence/mod.rs @@ -46,7 +46,7 @@ impl StringSequenceArray { &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 { &self.lengths