Browse Source

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.
Lexyth 4 months ago
parent
commit
4b04e656cd
1 changed files with 0 additions and 2 deletions
  1. 0 2
      tutorials/scripting/gdscript/gdscript_styleguide.rst

+ 0 - 2
tutorials/scripting/gdscript/gdscript_styleguide.rst

@@ -1053,8 +1053,6 @@ should set the type explicitly.
 Alternatively, you can use the ``as`` keyword to cast the return type, and
 Alternatively, you can use the ``as`` keyword to cast the return type, and
 that type will be used to infer the type of the var.
 that type will be used to infer the type of the var.
 
 
-**Good**:
-
 .. rst-class:: code-example-good
 .. rst-class:: code-example-good
 
 
 ::
 ::