Skip to content

Commit d6eb215

Browse files
authored
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
1 parent 053a7e7 commit d6eb215

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)