From d6eb215d1994c1c266c4bf7e08cdfe0f2b569c6c Mon Sep 17 00:00:00 2001 From: Phlegmlee <152333980+Phlegmlee@users.noreply.github.com> Date: Tue, 5 Dec 2023 14:36:50 -0600 Subject: [PATCH] Removed duplicate line. The line below is redundant, it exits on line 141 - 142 and therefore isn't needed on 159. ## The description of a constant. const GRAVITY = 9.8 --- .../scripting/gdscript/gdscript_documentation_comments.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/tutorials/scripting/gdscript/gdscript_documentation_comments.rst b/tutorials/scripting/gdscript/gdscript_documentation_comments.rst index b8d0eb7d5be..cf1c35bf0ac 100644 --- a/tutorials/scripting/gdscript/gdscript_documentation_comments.rst +++ b/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