Skip to content

Commit 0d26f4a

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/iceberg/expression/expression.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,9 @@ class ICEBERG_EXPORT Not : public Expression {
296296
///
297297
/// \param child The expression to negate
298298
/// \return A Result containing a shared pointer to the folded Not expression, or an
299-
/// error if child is nullptr \note A folded Not expression is an expression that is
300-
/// equivalent to the original expression, but with the Not operation removed. For
301-
/// example, not(not(x)) = x.
299+
/// error if child is nullptr
300+
/// \note A folded Not expression is an expression that is equivalent to the original
301+
/// expression, but with the Not operation removed. For example, not(not(x)) = x.
302302
static Result<std::shared_ptr<Expression>> MakeFolded(
303303
std::shared_ptr<Expression> child);
304304

0 commit comments

Comments
 (0)