Skip to content

Commit 0002b4d

Browse files
authored
Fix typo in GenericByteViewArray documentation (#6054)
1 parent 9acc9fa commit 0002b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrow-array/src/array/byte_view_array.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ use super::ByteArrayType;
4646
/// `N` elements is stored as `N` fixed length "views" and a variable number
4747
/// of variable length "buffers".
4848
///
49-
/// Each view is a `u128` value layout is different depending on the
49+
/// Each view is a `u128` value whose layout is different depending on the
5050
/// length of the string stored at that location:
5151
///
5252
/// ```text

0 commit comments

Comments
 (0)