Skip to content

Commit c78ed3c

Browse files
clauderobert3005
authored andcommitted
test(array): reword a comment the typo checker rejects
`typos` splits `mis-sliced` on the hyphen and flags `mis`. Signed-off-by: Claude <noreply@anthropic.com>
1 parent 1845c39 commit c78ed3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vortex-array/src/builders/child.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ mod tests {
389389
builder.append_array(&nullable_constant(1, MIN_CHUNK_LEN), &mut ctx)?;
390390
builder.append_array(&nullable_constant(2, MIN_CHUNK_LEN), &mut ctx)?;
391391

392-
// Straddle the chunk boundary, so a mis-sliced override cannot pass.
392+
// Straddle the chunk boundary, so an override sliced wrongly cannot pass.
393393
let invalid = [MIN_CHUNK_LEN - 1, MIN_CHUNK_LEN];
394394
let validity = Mask::from_iter((0..2 * MIN_CHUNK_LEN).map(|i| !invalid.contains(&i)));
395395
unsafe { builder.set_validity_unchecked(validity) };

0 commit comments

Comments
 (0)