Skip to content

Commit ccf2c22

Browse files
gogim1xinchengxx
authored andcommitted
fix: typo (risinglightdb#665)
Signed-off-by: xinchengforgit <2419743144@qq.com>
1 parent b0f2066 commit ccf2c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/optimizer/logical_plan_rewriter/bool_expr_simplification.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use crate::types::DataValue::*;
1010
/// Boolean expression simplification rule will rewrite expression which compares ('>=', '<' and
1111
/// '=') with null. (You need `a is null`!)
1212
///
13-
/// Moroever, when the filtering condition is always false, we will prune the child logical plan,
13+
/// Moreover, when the filtering condition is always false, we will prune the child logical plan,
1414
/// when the filtering condition is always true, we will prune logical filter plan.
1515
///
1616
/// For example:

0 commit comments

Comments
 (0)