From a8e98316469c74f92937831491a16ba208567844 Mon Sep 17 00:00:00 2001 From: Julien CLEMENT Date: Tue, 2 May 2023 11:23:45 +0200 Subject: [PATCH] fix typo in brachio again Signed-off-by: Julien CLEMENT --- jujure/content/writeups/fcsc_2023/brachiosaure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jujure/content/writeups/fcsc_2023/brachiosaure.md b/jujure/content/writeups/fcsc_2023/brachiosaure.md index 5eba77a..8a715ac 100644 --- a/jujure/content/writeups/fcsc_2023/brachiosaure.md +++ b/jujure/content/writeups/fcsc_2023/brachiosaure.md @@ -243,7 +243,7 @@ of the ith line of the first matrix and all elements of the jth column of the second. (You actually already needed to understand this to implement my dumb idea but now we will make it interesting). -Let's say that I take my first QR code and I double it's size and width like +Let's say that I take my first QR code and I double it's height and width like this where the purple ones are all 0 matrices and the green one is the identity: {{< image src="/brachiosaure/resizing.png" style="border-radius: 8px;" >}}