Skip to content

Commit

Permalink
fix: doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikkon committed Apr 6, 2024
1 parent 955eb2b commit af38d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow-array/src/array/list_view_array.rs
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ impl<OffsetSize: OffsetSizeTrait> GenericListViewArray<OffsetSize> {

/// Returns a reference to the sizes of this list
///
/// Unlike [`Self::value_sizes`] this returns the [`SizeBuffer`]
/// Unlike [`Self::value_sizes`] this returns the [`ScalarBuffer`]
/// allowing for zero-copy cloning
#[inline]
pub fn sizes(&self) -> &ScalarBuffer<OffsetSize> {
Expand Down

0 comments on commit af38d14

Please sign in to comment.