We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8b6fb8 commit ab98451Copy full SHA for ab98451
tutorials/scripting/gdscript/gdscript_styleguide.rst
@@ -477,9 +477,9 @@ comments from disabled code.
477
478
.. note::
479
480
- In the script editor, to toggle the selected code commented, press
481
- :kbd:`Ctrl + K`. This feature adds a single ``#`` sign at the start
482
- of the selected lines.
+ In the script editor, to toggle commenting of the selected code, press
+ :kbd:`Ctrl + K`. This feature adds/removes a single ``#`` sign before any
+ code on the selected lines.
483
484
Whitespace
485
~~~~~~~~~~
0 commit comments