Skip to content

Commit 9d5fc90

Browse files
authored
Merge pull request godotengine#8809 from BWPanda/patch-1
Re-word 'Comment spacing' note in gdscript_styleguide.rst
2 parents 553e3f6 + ab98451 commit 9d5fc90

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)