浏览代码

Merge pull request #8574 from Phlegmlee/patch-2

Removed duplicate line.
Matthew 1 年之前
父节点
当前提交
c1bcd06f61
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      tutorials/scripting/gdscript/gdscript_documentation_comments.rst

+ 0 - 3
tutorials/scripting/gdscript/gdscript_documentation_comments.rst

@@ -156,9 +156,6 @@ Complete script example
         RIGHT = 3,
     }
 
-    ## The description of a constant.
-    const GRAVITY = 9.8
-
     ## The description of the variable v1.
     var v1