Skip to content

Commit

Permalink
For review
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Jul 14, 2022
1 parent 330c8ee commit 3983af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow/src/array/array_dictionary.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ impl<K: ArrowPrimitiveType> DictionaryArray<K> {
/// # Safety
///
/// The input keys, values and data must form a valid DictionaryArray,
/// or undefined behavior can results.
/// or undefined behavior can occur.
pub(crate) unsafe fn try_new_unchecked(
keys: PrimitiveArray<K>,
values: ArrayRef,
Expand Down

0 comments on commit 3983af9

Please sign in to comment.