Skip to content

Commit

Permalink
docs: fix typo (#6890)
Browse files Browse the repository at this point in the history
  • Loading branch information
rluvaton authored Dec 17, 2024
1 parent 123045c commit f8f24cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow-array/src/array/dictionary_array.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ pub struct DictionaryArray<K: ArrowDictionaryKeyType> {
/// map to the real values.
keys: PrimitiveArray<K>,

/// Array of dictionary values (can by any DataType).
/// Array of dictionary values (can be any DataType).
values: ArrayRef,

/// Values are ordered.
Expand Down

0 comments on commit f8f24cf

Please sign in to comment.