Skip to content

Commit 53ec4df

Browse files
committed
Actually fix the example
1 parent 3e5835d commit 53ec4df

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/pages/specs/encodings.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -735,24 +735,24 @@ export const encodings = (
735735

736736
<P>
737737
<Code>
738-
<Orange>C</Orange><SkyBlue>3</SkyBlue> <Green>00 04</Green>
738+
<Orange>C</Orange><SkyBlue>3</SkyBlue> <Green>04</Green>
739739
{" "}
740-
<Purple>62 6C 6F 67</Purple> <Yellow>00 05</Yellow>{" "}
740+
<Purple>62 6C 6F 67</Purple> <Yellow>05</Yellow>{" "}
741741
<Blue>69 64 65 61 73</Blue> <Vermillion>66 75 6E</Vermillion>
742742
</Code>, because
743743
</P>
744744
<Ul>
745745
<Li>
746746
<Code>
747-
<Orange>0C</Orange>
747+
<Orange>C</Orange>
748748
</Code>{" "}
749749
is the <R n="c64_minimal" /> <R n="c64_tag" /> of{" "}
750750
<R n="c64_width" /> <M>4</M>{" "}
751751
for the total path length (<M>12</M>),
752752
</Li>
753753
<Li>
754754
<Code>
755-
<SkyBlue>03</SkyBlue>
755+
<SkyBlue>3</SkyBlue>
756756
</Code>{" "}
757757
is the <R n="c64_minimal" /> <R n="c64_tag" /> of{" "}
758758
<R n="c64_width" /> <M>4</M> for the number of{" "}
@@ -766,7 +766,7 @@ export const encodings = (
766766
</Li>
767767
<Li>
768768
<Code>
769-
<Green>00 04</Green>
769+
<Green>04</Green>
770770
</Code>{" "}
771771
is the <R n="c64_minimal" /> <R n="c64_tag" /> of{" "}
772772
<R n="c64_width" /> <M>8</M> for the length of{" "}
@@ -786,7 +786,7 @@ export const encodings = (
786786
</Li>
787787
<Li>
788788
<Code>
789-
<Yellow>00 05</Yellow>
789+
<Yellow>05</Yellow>
790790
</Code>{" "}
791791
is the <R n="c64_minimal" /> <R n="c64_tag" /> of{" "}
792792
<R n="c64_width" /> <M>8</M> for the length of{" "}

0 commit comments

Comments
 (0)