Skip to content

Commit 14809d0

Browse files
jensmaurertkoeppe
authored andcommitted
[expr.spaceship] Fix typo for std::strong_equality::nonequal (#2216)
1 parent 2954bfc commit 14809d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/expressions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5053,7 +5053,7 @@
50535053
\tcode{std::strong_equality::equal}
50545054
if the (possibly converted) operands compare equal\iref{expr.eq}
50555055
and
5056-
\tcode{std::strong_equality::unequal}
5056+
\tcode{std::strong_equality::nonequal}
50575057
if they compare unequal,
50585058
otherwise the result of the operator is unspecified.
50595059

0 commit comments

Comments
 (0)