File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments