From 10be42c63eb093edeab9166392a47c24c62154ca Mon Sep 17 00:00:00 2001 From: Annelies Vlaar <66774020+AnneliesVlaar@users.noreply.github.com> Date: Sat, 7 Dec 2024 13:38:46 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9C=20Make=20example=20code=20look=20m?= =?UTF-8?q?ore=20like=20a=20'T'=20(#6027)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **How to test** Follow these steps to verify this PR works as intended: * Go to level 2 * adventure Turtle * Copy example code of first assignment * Run the example code en see a T --- content/adventures/en.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/adventures/en.yaml b/content/adventures/en.yaml index ebf5ff7ca23..b0249677b03 100644 --- a/content/adventures/en.yaml +++ b/content/adventures/en.yaml @@ -4713,9 +4713,9 @@ adventures: example_code: | ``` - {forward} 20 + {forward} 80 {turn} 90 - {forward} 20 + {forward} 50 {turn} 180 {forward} 100 ```