1
1
Fork 0

fix(Programming Basics - if Expressions - Exercise 4): The description of the loop square altered to avoid it not rendering on windows/linux

The ⌘ is not renderred correctly in the task description, so it was
switched to the key name

Closes https://youtrack.jetbrains.com/issue/EDC-416
This commit is contained in:
Igor 2021-05-27 11:45:42 +03:00
parent 184b550de0
commit e422ee851d
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 To navigate to a function definition, put the caret on the usage and press
<span class="shortcut">&shortcut:GotoDeclaration;</span>. Alternatively, you <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 Put the caret on the `oneOrTheOther()` function call in `main()` and navigate
to the function definition. to the function definition.