Skip to content

Commit 691223e

Browse files
committed
typo
Signed-off-by: Robert Kruszewski <[email protected]>
1 parent 1a1f89e commit 691223e

File tree

1 file changed

+1
-1
lines changed
  • vortex-array/src/compute

1 file changed

+1
-1
lines changed

vortex-array/src/compute/sum.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ mod test {
301301
DType::Primitive(PType::I32, Nullability::NonNullable),
302302
)
303303
.vortex_unwrap();
304-
// comptue sum with accumulator to populate stats
304+
// compute sum with accumulator to populate stats
305305
sum_with_accumulator(
306306
array.as_ref(),
307307
&Scalar::primitive(2i64, Nullability::Nullable),

0 commit comments

Comments
 (0)