Skip to content

Commit 3317a39

Browse files
committed
updated comment
1 parent e172f2e commit 3317a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrow-buffer/src/buffer/offset.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ impl<O: ArrowNativeType> OffsetBuffer<O> {
112112
/// assert_eq!(offsets.as_ref(), &[0, 1, 4, 9]);
113113
/// ```
114114
///
115-
/// If you want to create an [`OffsetBuffer`] where each slice has the same length,
115+
/// If you want to create an [`OffsetBuffer`] where all lengths are the same,
116116
/// consider using the faster [`OffsetBuffer::from_repeated_length`] instead.
117117
///
118118
/// # Panics

0 commit comments

Comments
 (0)