Skip to content

Commit 2fa3e8c

Browse files
committed
[expr.prim.literal] Rephrase slightly to avoid 'which' sounding
restrictive.
1 parent 2c429ed commit 2fa3e8c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/expressions.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1154,8 +1154,9 @@
11541154
\pnum
11551155
\indextext{literal}%
11561156
\indextext{constant}%
1157-
A \grammarterm{literal} is a primary expression,
1158-
whose type is determined based on its form as specified in \ref{lex.literal}.
1157+
A \grammarterm{literal} is a primary expression.
1158+
The type of a \grammarterm{literal}
1159+
is determined based on its form as specified in \ref{lex.literal}.
11591160
A \grammarterm{string-literal} is an lvalue,
11601161
a \grammarterm{user-defined-literal}
11611162
has the same value category

0 commit comments

Comments
 (0)