diff --git a/Programming Basics/if Expressions/Exercise 4/task.md b/Programming Basics/if Expressions/Exercise 4/task.md index cac94856..aebedadc 100644 --- a/Programming Basics/if Expressions/Exercise 4/task.md +++ b/Programming Basics/if Expressions/Exercise 4/task.md @@ -4,7 +4,7 @@ You can easily see how a function is defined. To navigate to a function definition, put the caret on the usage and press &shortcut:GotoDeclaration;. Alternatively, you may choose `Navigate` -in the application menu, and then `Declaration`. +in the application menu, and then `GoTo`. Put the caret on the `oneOrTheOther()` function usage in `main()` and navigate to the function definition. Your caret should move to the `oneOrTheOther()`