diff --git a/Programming Basics/if Expressions/Exercise 4/task.md b/Programming Basics/if Expressions/Exercise 4/task.md index 9de457d7..21ab19b2 100644 --- a/Programming Basics/if Expressions/Exercise 4/task.md +++ b/Programming Basics/if Expressions/Exercise 4/task.md @@ -2,7 +2,7 @@ To navigate to a function definition, put the caret on the usage and press &shortcut:GotoDeclaration;. Alternatively, you -can click on the symbol while holding the Ctrl (or ⌘) key. +can click on the symbol while holding the Ctrl key (or the Command key on Mac). Put the caret on the `oneOrTheOther()` function call in `main()` and navigate to the function definition.