Skip to content

Commit b4c0f8d

Browse files
chore[vortex-array]: clean up doc str (#5403)
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
1 parent 3df9296 commit b4c0f8d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vortex-array/src/expr/transform/optimizer.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ impl ExprOptimizer {
2727
simplify(expr, &self.rule_registry)
2828
}
2929

30-
/// Apply optimize rules to the expression, with a known dtype. This will also apply rules
31-
/// in `optimize`.
30+
/// Optimize the expression, with a known dtype. This will also apply rules in `optimize`.
3231
pub fn optimize_typed(&self, expr: Expression, dtype: &DType) -> VortexResult<Expression> {
3332
simplify_typed(expr, dtype, &self.rule_registry)
3433
}

0 commit comments

Comments
 (0)