Skip to content

Commit f10017f

Browse files
committed
[dcl.fct.def.coroutine] Replace \textrm with \text in math mode
1 parent b522085 commit f10017f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/declarations.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6452,10 +6452,10 @@
64526452
In the following, $\tcode{p}_i$ is an lvalue of type $\tcode{P}_i$,
64536453
where
64546454
$\tcode{p}_1$ denotes the object parameter and
6455-
$\tcode{p}_{i+1}$ denotes the $i^\textrm{th}$ non-object function parameter
6455+
$\tcode{p}_{i+1}$ denotes the $i^\text{th}$ non-object function parameter
64566456
for a non-static member function, and
64576457
$\tcode{p}_i$ denotes
6458-
the $i^\textrm{th}$ function parameter otherwise.
6458+
the $i^\text{th}$ function parameter otherwise.
64596459
For a non-static member function,
64606460
$\tcode{q}_1$ is an lvalue that denotes \tcode{*this};
64616461
any other $\tcode{q}_i$ is an lvalue

0 commit comments

Comments
 (0)