Skip to content

Commit

Permalink
Update src/frontend/src/expr/utils.rs
Browse files Browse the repository at this point in the history
Co-authored-by: xxchan <[email protected]>
  • Loading branch information
BugenZhao and xxchan authored Jun 20, 2024
1 parent 7f293c4 commit 782975f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/expr/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fn split_expr_by(expr: ExprImpl, op: ExprType, rets: &mut Vec<ExprImpl>) {
}
}

/// Merge the given expressions by the a logical operation.
/// Merge the given expressions by the logical operation.
///
/// The `op` must be commutative and associative, typically `And` or `Or`.
pub(super) fn merge_expr_by_logical<I>(exprs: I, op: ExprType, identity_elem: ExprImpl) -> ExprImpl
Expand Down

0 comments on commit 782975f

Please sign in to comment.