Correct typo in graphics protocol specification
Correct swapped row/column index in description of virtual placements
This commit is contained in:
parent
5e67908b6f
commit
de6da31f24
1 changed files with 1 additions and 1 deletions
|
|
@ -542,7 +542,7 @@ and ``U+30D`` corresponds to ``1``. So these two commands create the following
|
|||
``2x2`` placeholder:
|
||||
|
||||
========== ==========
|
||||
(0, 0) (1, 0)
|
||||
(0, 0) (0, 1)
|
||||
(1, 0) (1, 1)
|
||||
========== ==========
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue