Skip to content

Commit 4b04e65

Browse files
authored
Remove Good example title from as keyword example
Removed Good example title from the example for the "as" keyword, as it is a neutral example.
1 parent 0140310 commit 4b04e65

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tutorials/scripting/gdscript/gdscript_styleguide.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1053,8 +1053,6 @@ should set the type explicitly.
10531053
Alternatively, you can use the ``as`` keyword to cast the return type, and
10541054
that type will be used to infer the type of the var.
10551055

1056-
**Good**:
1057-
10581056
.. rst-class:: code-example-good
10591057

10601058
::

0 commit comments

Comments
 (0)