Skip to content

Commit

Permalink
use double __ in even more stack manip tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
kaikalii committed Dec 28, 2024
1 parent cd28a9a commit 9c6c5b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/src/other_tutorial.rs
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ fn EvenMoreStack() -> impl IntoView {
<p>"This table shows how these six modifiers are related:"</p>
<table class="bordered-table header-centered-table">
<tr>
<td colspan="2">"Keep _ argument"</td>
<td colspan="2">"Keep __ argument"</td>
<th></th>
<th></th>
</tr>
Expand All @@ -274,7 +274,7 @@ fn EvenMoreStack() -> impl IntoView {
<td><Prim prim=With/></td>
<td><Prim prim=Above/><span title="Experimental">"🧪"</span></td>
<th>"above"</th>
<td rowspan="2">"_ the outputs"</td>
<td rowspan="2">"__ the outputs"</td>
</tr>
<tr>
<td><Prim prim=Off/></td>
Expand Down

0 comments on commit 9c6c5b4

Please sign in to comment.