From b1f2ec21684abb1fa06dd23d7e4c1fcbeb6629db Mon Sep 17 00:00:00 2001 From: Svetlana Isakova Date: Tue, 20 Jul 2021 13:01:22 +0200 Subject: [PATCH] Wording improvement for 'Rename' task description based on the feedback https://github.com/svtk/AtomicKotlinCourse/issues/23 --- Programming Basics/String Templates/Exercise 5/task.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Programming Basics/String Templates/Exercise 5/task.md b/Programming Basics/String Templates/Exercise 5/task.md index 907c1422..08c62254 100644 --- a/Programming Basics/String Templates/Exercise 5/task.md +++ b/Programming Basics/String Templates/Exercise 5/task.md @@ -17,5 +17,5 @@ The IDE allows you to rename a declaration automatically. Put the caret on the You can also choose `Refactor` from the application menu, then choose `Rename`. -Rename the `val` name to `result` without renaming "answer" in the string -literal. +Rename the `val` name to `result` without changing the word "answer" in the +string literal. The string should become: "The answer is $result".