Skip to content

Commit 8e47320

Browse files
committed
typos
Signed-off-by: Robert Kruszewski <github@robertk.io>
1 parent 3b7ecc9 commit 8e47320

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

encodings/fastlanes/src/bitpacking/array/bitpack_decompress.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ pub fn apply_patches_to_uninit_range_fn<T: NativePType, F: Fn(T) -> T>(
9595

9696
let indices = patches.indices().clone().execute::<PrimitiveArray>(ctx)?;
9797
let values = patches.values().clone().execute::<PrimitiveArray>(ctx)?;
98-
assert!(values.all_valid()?, "Patch vaules must be all valid");
98+
assert!(values.all_valid()?, "Patch values must be all valid");
9999
let values = values.as_slice::<T>();
100100

101101
match_each_unsigned_integer_ptype!(indices.ptype(), |P| {

0 commit comments

Comments
 (0)