Skip to content

Commit c1bcd06

Browse files
authored
Merge pull request godotengine#8574 from Phlegmlee/patch-2
Removed duplicate line.
2 parents 053a7e7 + d6eb215 commit c1bcd06

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tutorials/scripting/gdscript/gdscript_documentation_comments.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,6 @@ Complete script example
156156
RIGHT = 3,
157157
}
158158

159-
## The description of a constant.
160-
const GRAVITY = 9.8
161-
162159
## The description of the variable v1.
163160
var v1
164161

0 commit comments

Comments
 (0)