Fix typo in the schematics help text. Align bottom example properly, as the subscript letters are smaller.
This commit is contained in:
parent
2a9186d9e9
commit
14f00271a4
|
@ -25,7 +25,7 @@
|
|||
<tr>
|
||||
<td> <br><samp>D_{0} - D_{15}</samp></td>
|
||||
<td></td>
|
||||
<td> <br><samp>D<sub>0</sub> - D<sub>31</sub></samp></td>
|
||||
<td> <br><samp>D<sub>0</sub> - D<sub>15</sub></samp></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
|
@ -119,6 +119,6 @@
|
|||
<tr>
|
||||
<td> <br><samp>MEM{D_{[1..2]} ~LATCH}</samp></td>
|
||||
<td></td>
|
||||
<td> <samp> <u> </u></samp><br> <samp>MEM.D<sub>1</sub>, MEM.D<sub>2</sub>, MEM.LATCH</samp> </td>
|
||||
<td> <samp> <sub> </sub> <sub> </sub> <u> </u></samp><br> <samp>MEM.D<sub>1</sub>, MEM.D<sub>2</sub>, MEM.LATCH</samp> </td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
Loading…
Reference in New Issue