From de6da31f24c5e7148d204313bbd3776b6204542d Mon Sep 17 00:00:00 2001 From: AnonymouX47 Date: Sat, 20 May 2023 10:36:07 +0100 Subject: [PATCH] Correct typo in graphics protocol specification Correct swapped row/column index in description of virtual placements --- docs/graphics-protocol.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/graphics-protocol.rst b/docs/graphics-protocol.rst index 39d1560e0..b1432f7e8 100644 --- a/docs/graphics-protocol.rst +++ b/docs/graphics-protocol.rst @@ -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) ========== ==========