From e422ee851d7272a9393a07bf0d460183783a4a9e Mon Sep 17 00:00:00 2001 From: Igor Date: Thu, 27 May 2021 11:45:42 +0300 Subject: [PATCH] fix(Programming Basics - if Expressions - Exercise 4): The description of the loop square altered to avoid it not rendering on windows/linux MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- Programming Basics/if Expressions/Exercise 4/task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.