1
1
Fork 0

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:
Svetlana Isakova 2021-07-19 15:49:48 +02:00 committed by GitHub
commit dbc9fc2482
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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