We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca55476 commit 2756075Copy full SHA for 2756075
vortex-array/src/expr/exprs/get_item/mod.rs
@@ -157,7 +157,7 @@ impl VTable for GetItem {
157
}
158
159
fn is_fallible(&self, _instance: &Self::Instance) -> bool {
160
- // if this type checks its infallible
+ // If this type-checks its infallible.
161
false
162
163
vortex-array/src/expr/exprs/select/mod.rs
@@ -207,7 +207,7 @@ impl VTable for Select {
207
208
209
210
211
212
213
0 commit comments