Merge pull request #7868 from PWhiddy:main

PiperOrigin-RevId: 397197685
This commit is contained in:
jax authors 2021-09-16 16:43:35 -07:00
commit 394ef618d5
2 changed files with 12 additions and 2 deletions

View File

@ -1636,7 +1636,12 @@
"\\hline\n",
"\\end{array}\n",
"$$\n",
"<center>$\\ast$ = argument-__value__-independent loop condition - unrolls the loop </center>"
"\n",
"<center>\n",
"\n",
"$\\ast$ = argument-<b>value</b>-independent loop condition - unrolls the loop\n",
"\n",
"</center>"
]
},
{

View File

@ -810,7 +810,12 @@ $$
\hline
\end{array}
$$
<center>$\ast$ = argument-__value__-independent loop condition - unrolls the loop </center>
<center>
$\ast$ = argument-<b>value</b>-independent loop condition - unrolls the loop
</center>
+++ {"id": "DKTMw6tRZyK2"}