From 72100d77d4969e5a1e1bc878a64b4e4f31558b21 Mon Sep 17 00:00:00 2001 From: Matthew Date: Mon, 22 Jan 2024 19:49:36 -0500 Subject: [PATCH] Merge pull request #8809 from BWPanda/patch-1 Re-word 'Comment spacing' note in gdscript_styleguide.rst --- tutorials/scripting/gdscript/gdscript_styleguide.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tutorials/scripting/gdscript/gdscript_styleguide.rst b/tutorials/scripting/gdscript/gdscript_styleguide.rst index b45b2000b..8ee74a822 100644 --- a/tutorials/scripting/gdscript/gdscript_styleguide.rst +++ b/tutorials/scripting/gdscript/gdscript_styleguide.rst @@ -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 ~~~~~~~~~~