Skip to content

Commit ab98451

Browse files
authored
Re-word 'Comment spacing' note in gdscript_styleguide.rst
1 parent e8b6fb8 commit ab98451

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorials/scripting/gdscript/gdscript_styleguide.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -477,9 +477,9 @@ comments from disabled code.
477477

478478
.. note::
479479

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.
480+
In the script editor, to toggle commenting of the selected code, press
481+
:kbd:`Ctrl + K`. This feature adds/removes a single ``#`` sign before any
482+
code on the selected lines.
483483

484484
Whitespace
485485
~~~~~~~~~~

0 commit comments

Comments
 (0)