From 6cafd81e41f353a7005eef4248a09a2b1849bc5c Mon Sep 17 00:00:00 2001 From: Tobias Kohlbau Date: Mon, 7 Nov 2022 14:53:29 +0100 Subject: [PATCH] tutor: fix wording in recap for chapter 5 (#4629) In recap for chapter 5.1 specify that the cursor is duplicted to the next suitable line instead of the next line. Signed-off-by: Tobias Kohlbau --- runtime/tutor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/tutor b/runtime/tutor index 43edb360..eb1d9885 100644 --- a/runtime/tutor +++ b/runtime/tutor @@ -596,8 +596,8 @@ _________________________________________________________________ = CHAPTER 5 RECAP = ================================================================= - * Type C to copy the current selection to below and Alt-C for - above. + * Type C to duplicate the cursor to the next suitable line + and Alt-C for previous suitable line. * Type s to select all instances of a regex pattern inside the current selection.