Merge pull request #15 from Geravant/igor/programming-basics-if-expressions-exercise-4-EDC-416
fix(Programming Basics - if Expressions - Exercise 4): The descriptio…
This commit is contained in:
commit
dbc9fc2482
|
@ -2,7 +2,7 @@
|
|||
|
||||
To navigate to a function definition, put the caret on the usage and press
|
||||
<span class="shortcut">&shortcut:GotoDeclaration;</span>. 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.
|
||||
|
|
Loading…
Reference in New Issue