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".