Re-word 'Comment spacing' note in gdscript_styleguide.rst

This commit is contained in:
Peter Anderson
2024-01-22 05:14:52 +00:00
committed by GitHub
parent e8b6fb8567
commit ab98451bc8

View File

@@ -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
~~~~~~~~~~