Skip to content

Commit

Permalink
boicot quotation marks
Browse files Browse the repository at this point in the history
  • Loading branch information
FallBackITA27 committed Apr 11, 2024
1 parent 7f130c0 commit 9bb0cd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mkwpp-parser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ <h2>about colons..</h2>
<div id="indicating_flap_and_nosc"></div>
<h2>indicating flap and nosc</h2>
<p>There are multiple ways to indicate for flap and nosc. You can set all times as nosc or as flap by writing any of the accepted names before the actual time submissions.</p>
<p>All the parser looks for to declare times as nosc is the letter "n" within the line of a time or on the line before times. E.g. <code>lc n 1:10.315</code></p>
<p>The parser looks for either the letter "f" or "l" within the line of a time or on the line before times. E.g. <code>gv l 2.018</code></p>
<p>All the parser looks for to declare times as nosc is the letter <code>n</code> within the line of a time or on the line before times. E.g. <code>lc n 1:10.315</code></p>
<p>The parser looks for either the letter <code>f</code> or <code>l</code> within the line of a time or on the line before times. E.g. <code>gv l 2.018</code></p>
<div id="how_to_format_times"></div>
<h2>how to format times</h2>
<p>The parser transforms times written in any form into Milliseconds. The process is this:</p>
Expand Down

0 comments on commit 9bb0cd6

Please sign in to comment.