Skip to content

Commit 76fc1ce

Browse files
jensmaurertkoeppe
authored andcommitted
[dcl.fct.def.coroutine] Replace \textrm with \text in math mode
1 parent ee5117e commit 76fc1ce

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
@@ -6447,10 +6447,10 @@
64476447
In the following, $\tcode{p}_i$ is an lvalue of type $\tcode{P}_i$,
64486448
where
64496449
$\tcode{p}_1$ denotes the object parameter and
6450-
$\tcode{p}_{i+1}$ denotes the $i^\textrm{th}$ non-object function parameter
6450+
$\tcode{p}_{i+1}$ denotes the $i^\text{th}$ non-object function parameter
64516451
for a non-static member function, and
64526452
$\tcode{p}_i$ denotes
6453-
the $i^\textrm{th}$ function parameter otherwise.
6453+
the $i^\text{th}$ function parameter otherwise.
64546454
For a non-static member function,
64556455
$\tcode{q}_1$ is an lvalue that denotes \tcode{*this};
64566456
any other $\tcode{q}_i$ is an lvalue

0 commit comments

Comments
 (0)