Skip to content

Commit ed5362e

Browse files
committed
[meta.reflection.queries] Fix "r" that should be "T".
This is a follow-up to 2567873, which fixed a missing paragraph, but forgot to make this change.
1 parent 4010194 commit ed5362e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/meta.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4245,7 +4245,7 @@
42454245

42464246
\pnum
42474247
\returns
4248-
\tcode{true} if \tcode{r} represents a const or volatile type, respectively,
4248+
\tcode{true} if \tcode{T} represents a const or volatile type, respectively,
42494249
or a const- or volatile-qualified function type, respectively.
42504250
Otherwise, \tcode{false}.
42514251
\end{itemdescr}

0 commit comments

Comments
 (0)