Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tutorials/scripting/gdscript/gdscript_styleguide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -477,9 +477,9 @@ comments from disabled code.

.. note::

In the script editor, to toggle the selected code commented, press
:kbd:`Ctrl + K`. This feature adds a single ``#`` sign at the start
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.

Whitespace
~~~~~~~~~~
Expand Down