Skip to content

Commit 77ed910

Browse files
languagelawyerzygoloid
authored andcommitted
[expr.prim.paren] Replace "value" with "result"
E can be a glvalue
1 parent 7b220a5 commit 77ed910

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
@@ -1235,7 +1235,7 @@
12351235
\pnum
12361236
\indextext{expression!parenthesized}%
12371237
A parenthesized expression \tcode{($E$)}
1238-
is a primary expression whose type, value, and value category are identical to those of $E$.
1238+
is a primary expression whose type, result, and value category are identical to those of $E$.
12391239
The parenthesized expression can be used in exactly the same contexts as
12401240
those where $E$ can be used, and with the same
12411241
meaning, except as otherwise indicated.

0 commit comments

Comments
 (0)