Correct typo in graphics protocol specification

Correct swapped row/column index in description of virtual placements
This commit is contained in:
AnonymouX47
2023-05-20 10:36:07 +01:00
committed by GitHub
parent 5e67908b6f
commit de6da31f24

View File

@@ -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)
========== ==========