Skip to content

Commit f8f24cf

Browse files
authored
docs: fix typo (#6890)
1 parent 123045c commit f8f24cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrow-array/src/array/dictionary_array.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ pub struct DictionaryArray<K: ArrowDictionaryKeyType> {
249249
/// map to the real values.
250250
keys: PrimitiveArray<K>,
251251

252-
/// Array of dictionary values (can by any DataType).
252+
/// Array of dictionary values (can be any DataType).
253253
values: ArrayRef,
254254

255255
/// Values are ordered.

0 commit comments

Comments
 (0)