Skip to content

Commit

Permalink
fix typo in manual
Browse files Browse the repository at this point in the history
  • Loading branch information
randomdude999 committed Jan 21, 2024
1 parent 52b9f9b commit 8db52f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/manual/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ <h1>Asar</h1>
<td><code class="powershell">-w{name}</code></td>
<td>Input</td>
<td>Enables the warning with the specified name. See section <a href="#warnings">Warnings</a> for details.</td>
<td><pre><code class="powershell">asar.exe -wWmplicitly_sized_immediate C:/homebrew/my_game/main.asm</code></pre></td>
<td><pre><code class="powershell">asar.exe -wWimplicitly_sized_immediate C:/homebrew/my_game/main.asm</code></pre></td>
</tr>
<tr>
<td><code class="powershell">-wno{name}</code></td>
Expand Down

0 comments on commit 8db52f4

Please sign in to comment.