This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/master by this push:
new 0002b4ded7 Fix typo in GenericByteViewArray documentation (#6054)
0002b4ded7 is described below
commit 0002b4ded7cfffbf46c85e2fac0b4f9a545d0f55
Author: Val Lorentz <[email protected]>
AuthorDate: Mon Jul 15 12:18:50 2024 +0200
Fix typo in GenericByteViewArray documentation (#6054)
---
arrow-array/src/array/byte_view_array.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arrow-array/src/array/byte_view_array.rs
b/arrow-array/src/array/byte_view_array.rs
index 5ce150a7a3..7017add497 100644
--- a/arrow-array/src/array/byte_view_array.rs
+++ b/arrow-array/src/array/byte_view_array.rs
@@ -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