diff --git a/Introduction to Objects/Creating Classes/Exercise 4/task.md b/Introduction to Objects/Creating Classes/Exercise 4/task.md
index 5c3bf101..aa8d82a2 100644
--- a/Introduction to Objects/Creating Classes/Exercise 4/task.md
+++ b/Introduction to Objects/Creating Classes/Exercise 4/task.md
@@ -7,7 +7,7 @@ Press &shortcut:QuickJavaDoc; when the caret is
on a class or a function usage, and IntelliJ IDEA will show you the available
documentation for this function or class.
-Put the caret on the `String` type and its `get()` and `length()` member
+Put the caret on the `String` type and its `toUpperCase()` and `toLowerCase()` member
functions, then use `Quick Documentation`.
Press &shortcut:EditorEscape; to close the
quick documentation pop-up.