Skip to content

Commit 9c6c5b4

Browse files
committed
use double __ in even more stack manip tutorial
1 parent cd28a9a commit 9c6c5b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/other_tutorial.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ fn EvenMoreStack() -> impl IntoView {
258258
<p>"This table shows how these six modifiers are related:"</p>
259259
<table class="bordered-table header-centered-table">
260260
<tr>
261-
<td colspan="2">"Keep _ argument"</td>
261+
<td colspan="2">"Keep __ argument"</td>
262262
<th></th>
263263
<th></th>
264264
</tr>
@@ -274,7 +274,7 @@ fn EvenMoreStack() -> impl IntoView {
274274
<td><Prim prim=With/></td>
275275
<td><Prim prim=Above/><span title="Experimental">"🧪"</span></td>
276276
<th>"above"</th>
277-
<td rowspan="2">"_ the outputs"</td>
277+
<td rowspan="2">"__ the outputs"</td>
278278
</tr>
279279
<tr>
280280
<td><Prim prim=Off/></td>

0 commit comments

Comments
 (0)