Skip to content

Commit 571a85d

Browse files
Update line length
Reduced the line length to make it more readable. Co-authored-by: A Thousand Ships <[email protected]>
1 parent 8609443 commit 571a85d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tutorials/scripting/gdscript/gdscript_styleguide.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,9 @@ that type will be used to infer the type of the var.
10531053

10541054
.. note::
10551055

1056-
This option is considered more :ref:`type-safe<doc_gdscript_static_typing_safe_lines>` than type hints, but also less null-safe as it silently casts the variable to ``null`` in case of a type mismatch at runtime, without an error/warning.
1056+
This option is considered more :ref:`type-safe<doc_gdscript_static_typing_safe_lines>` than type hints,
1057+
but also less null-safe as it silently casts the variable to ``null`` in case of a type mismatch at runtime,
1058+
without an error/warning.
10571059

10581060
**Bad**:
10591061

0 commit comments

Comments
 (0)