1
1
Fork 0

Fixed an action title

This commit is contained in:
Svetlana Isakova 2020-05-19 15:16:06 +02:00
parent 29e68bdf69
commit 8af8bce173
1 changed files with 1 additions and 1 deletions

View File

@ -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
<span class="shortcut">&shortcut:GotoDeclaration;</span>.
Alternatively, you may choose <span class="control">`Navigate`</span>
in the application menu, and then <span class="control">`Declaration`</span>.
in the application menu, and then <span class="control">`GoTo`</span>.
Put the caret on the `oneOrTheOther()` function usage in `main()` and navigate
to the function definition. Your caret should move to the `oneOrTheOther()`