We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd28a9a commit 9c6c5b4Copy full SHA for 9c6c5b4
site/src/other_tutorial.rs
@@ -258,7 +258,7 @@ fn EvenMoreStack() -> impl IntoView {
258
<p>"This table shows how these six modifiers are related:"</p>
259
<table class="bordered-table header-centered-table">
260
<tr>
261
- <td colspan="2">"Keep _ argument"</td>
+ <td colspan="2">"Keep __ argument"</td>
262
<th></th>
263
264
</tr>
@@ -274,7 +274,7 @@ fn EvenMoreStack() -> impl IntoView {
274
<td><Prim prim=With/></td>
275
<td><Prim prim=Above/><span title="Experimental">"🧪"</span></td>
276
<th>"above"</th>
277
- <td rowspan="2">"_ the outputs"</td>
+ <td rowspan="2">"__ the outputs"</td>
278
279
280
<td><Prim prim=Off/></td>
0 commit comments