Skip to content

Commit 2756075

Browse files
committed
fix
Signed-off-by: Joe Isaacs <[email protected]>
1 parent ca55476 commit 2756075

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vortex-array/src/expr/exprs/get_item/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ impl VTable for GetItem {
157157
}
158158

159159
fn is_fallible(&self, _instance: &Self::Instance) -> bool {
160-
// if this type checks its infallible
160+
// If this type-checks its infallible.
161161
false
162162
}
163163
}

vortex-array/src/expr/exprs/select/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ impl VTable for Select {
207207
}
208208

209209
fn is_fallible(&self, _instance: &Self::Instance) -> bool {
210-
// if this type checks its infallible
210+
// If this type-checks its infallible.
211211
false
212212
}
213213
}

0 commit comments

Comments
 (0)