File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -557,7 +557,7 @@ Positional Numerals: the ''numeric'' system</h4>
557557 and <var> symbol(n)</var> be the nth <i> counter symbol</i> in the list of <i> counter symbols</i> (0-indexed).
558558
559559 <ol>
560- <li> If <var> value</var> is 0, append <var > symbol(0)</var > to
560+ <li> If <var> value</var> is 0, append <code > symbol(0)</code > to
561561 <var> S</var> and return <var> S</var> .
562562
563563 <li> While <var> value</var> is not equal to 0:
@@ -642,7 +642,7 @@ Accumulating Numerals: the ''additive'' system</h4>
642642 <code> floor( <var> value</var> / <var><i> current tuple</i> ’s weight</var> )</code>
643643 times (this may be 0).
644644
645- <li> Decrement <var> value</var> by the <var><i> current tuple</i> ’s</var> weight multiplied
645+ <li> Decrement <var> value</var> by the <var><i> current tuple</i> ’s weight </var> multiplied
646646 by the number of times the <i> current tuple</i> was appended to <var> S</var>
647647 in the previous step.
648648 </ol>
You can’t perform that action at this time.
0 commit comments