Skip to content

Commit

Permalink
Fix typo in GenericByteViewArray documentation (#6054)
Browse files Browse the repository at this point in the history
  • Loading branch information
progval authored Jul 15, 2024
1 parent 9acc9fa commit 0002b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow-array/src/array/byte_view_array.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ use super::ByteArrayType;
/// `N` elements is stored as `N` fixed length "views" and a variable number
/// of variable length "buffers".
///
/// Each view is a `u128` value layout is different depending on the
/// Each view is a `u128` value whose layout is different depending on the
/// length of the string stored at that location:
///
/// ```text
Expand Down

0 comments on commit 0002b4d

Please sign in to comment.