diff --git a/source/expressions.tex b/source/expressions.tex index 7ffe8d6f29..c497f9e3ba 100644 --- a/source/expressions.tex +++ b/source/expressions.tex @@ -7461,8 +7461,8 @@ pointer type\iref{expr.type}. The result is of the composite pointer type. \item -Both the second and third operands have type \tcode{std::nullptr_t} or one has -that type and the other is a null pointer constant. The result is of type +One of the second and third operands has type \tcode{std::nullptr_t} +and the other is a null pointer constant. The result is of type \tcode{std::nullptr_t}. \end{itemize}