From 409815159174639569021e4713490dc2411cb811 Mon Sep 17 00:00:00 2001 From: Christian Fredrik Johnsen Date: Tue, 20 May 2025 22:42:33 +0200 Subject: [PATCH] fix(tutor): fix typos in section 11.2 Minor grammar fix and add missing word. --- runtime/tutor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/tutor b/runtime/tutor index c96058e03..39f6e333c 100644 --- a/runtime/tutor +++ b/runtime/tutor @@ -1169,11 +1169,11 @@ letters! that is not good grammar. you can fix this. ================================================================= Using the selections and multi-cursor functionality, you can - comment multiple lines as long as it is under the selection or + comment multiple lines as long as they are under the selection or cursors. 1. Move your cursor to the line marked with '-->' below. - 2. Now try to select or add more cursors the other lines marked + 2. Now try to select or add more cursors to the other lines marked with '-->'. 3. Comment those lines.