1
1
Fork 0

Wording improvement for 'Rename' task description based on the feedback

https://github.com/svtk/AtomicKotlinCourse/issues/23
This commit is contained in:
Svetlana Isakova 2021-07-20 13:01:22 +02:00
parent 291998f292
commit b1f2ec2168
1 changed files with 2 additions and 2 deletions

View File

@ -17,5 +17,5 @@ The IDE allows you to rename a declaration automatically. Put the caret on the
You can also choose <span class="control">`Refactor`</span> from the
application menu, then choose <span class="control">`Rename`</span>.
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".