Fix typo in the schematics help text. Align bottom example properly, as the subscript letters are smaller.

This commit is contained in:
Jonathan Haas 2021-03-09 10:10:41 +01:00 committed by Seth Hillbrand
parent 2a9186d9e9
commit 14f00271a4
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
<tr>
<td>&nbsp;<br><samp>D_{0} - D_{15}</samp></td>
<td></td>
<td>&nbsp;<br><samp>D<sub>0</sub> - D<sub>31</sub></samp></td>
<td>&nbsp;<br><samp>D<sub>0</sub> - D<sub>15</sub></samp></td>
</tr>
<tr>
<td></td>
@ -119,6 +119,6 @@
<tr>
<td>&nbsp;<br><samp>MEM{D_{[1..2]} ~LATCH}</samp></td>
<td></td>
<td> <samp>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</u></samp><br> <samp>MEM.D<sub>1</sub>, MEM.D<sub>2</sub>, MEM.LATCH</samp> </td>
<td> <samp>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<sub>&nbsp;</sub>&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<sub>&nbsp;</sub>&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;<u>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</u></samp><br> <samp>MEM.D<sub>1</sub>, MEM.D<sub>2</sub>, MEM.LATCH</samp> </td>
</tr>
</table>