浏览代码

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

Peter Anderson 1 年之前
父节点
当前提交
ab98451bc8
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      tutorials/scripting/gdscript/gdscript_styleguide.rst

+ 3 - 3
tutorials/scripting/gdscript/gdscript_styleguide.rst

@@ -477,9 +477,9 @@ comments from disabled code.
 
 
 .. note::
 .. 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
 Whitespace
 ~~~~~~~~~~
 ~~~~~~~~~~