File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -557,7 +557,7 @@ Positional Numerals: the ''numeric'' system</h4>
557
557
and <var> symbol(n)</var> be the nth <i> counter symbol</i> in the list of <i> counter symbols</i> (0-indexed).
558
558
559
559
<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
561
561
<var> S</var> and return <var> S</var> .
562
562
563
563
<li> While <var> value</var> is not equal to 0:
@@ -642,7 +642,7 @@ Accumulating Numerals: the ''additive'' system</h4>
642
642
<code> floor( <var> value</var> / <var><i> current tuple</i> ’s weight</var> )</code>
643
643
times (this may be 0).
644
644
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
646
646
by the number of times the <i> current tuple</i> was appended to <var> S</var>
647
647
in the previous step.
648
648
</ol>
You can’t perform that action at this time.
0 commit comments