Skip to content

Commit f0bff76

Browse files
wgtmacHuaHuaY
andauthored
Update src/iceberg/expression/expression.h
Co-authored-by: Zehua Zou <[email protected]>
1 parent 79efeee commit f0bff76

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/iceberg/expression/expression.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,7 @@ class ICEBERG_EXPORT Or : public Expression {
227227
/// \return A Result containing a shared pointer to the folded Or expression, or an
228228
/// error if left or right is nullptr
229229
/// \note A folded Or expression is an expression that is equivalent to the original
230-
/// that is equivalent to the original expression, but with the Or operation removed.
231-
/// For example, (false or x) = x.
230+
/// expression, but with the Or operation removed. For example, (false or x) = x.
232231
template <typename... Args>
233232
static Result<std::shared_ptr<Expression>> MakeFolded(std::shared_ptr<Expression> left,
234233
std::shared_ptr<Expression> right,

0 commit comments

Comments
 (0)