Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mousetail committed Mar 13, 2024
1 parent aa6982e commit acf579a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ <h3>Literals</h3>
<p><code data-symbol="0123456789">0123456789</code> Push the number (0-9)</p>
</div>
<div>
<p><code data-symbol="abcdef">abcdef</code> Push the hexadecimal (10-15)</p>
<p><code data-symbol="abcdef">abcdef</code> Push the number in hexadecimal (10-15)</p>
</div>
</div>

Expand All @@ -165,10 +165,7 @@ <h3>Literals</h3>
<p><code data-symbol=")(">)(</code> Greater than, less than. Push 1 or 0 to the stack.</p>

<p><code data-symbol="'&quot;">'" </code> Enable or disable string parsing mode. In string parsing mode
all characters are
pushed
to the stack instead of executed.</p>

all characters are pushed to the stack instead of executed.</p>
<h3>Stack</h3>

<div class="two-columns">
Expand All @@ -178,7 +175,7 @@ <h3>Stack</h3>
</div>
<div>
<p><code data-symbol="~">~</code> Delete the top element of the stack</p>
<p><code data-symbol="@">@</code> Move the top elemnt of the stack back 2</p>
<p><code data-symbol="@">@</code> Move the top element of the stack back 2</p>
</div>
</div>

Expand Down

0 comments on commit acf579a

Please sign in to comment.