Skip to content

Commit c91afba

Browse files
jensmaurerzygoloid
authored andcommitted
[expr.unary.op] Use 'negative', not 'negation'.
1 parent e25d125 commit c91afba

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
@@ -4276,7 +4276,7 @@
42764276
\pnum
42774277
\indextext{operator!unary minus}%
42784278
The operand of the unary \tcode{-} operator shall have arithmetic or unscoped
4279-
enumeration type and the result is the negation of its operand. Integral
4279+
enumeration type and the result is the negative of its operand. Integral
42804280
promotion is performed on integral or enumeration operands. The negative
42814281
of an unsigned quantity is computed by subtracting its value from $2^n$,
42824282
where $n$ is the number of bits in the promoted operand. The type of the

0 commit comments

Comments
 (0)