From 519ad03a55cd0577f5d0d09d5606607116ff32c9 Mon Sep 17 00:00:00 2001 From: Wichamir <53086728+Wichamir@users.noreply.github.com> Date: Sun, 14 Nov 2021 00:28:21 +0100 Subject: [GDScript/en] Add missing line (#4268) * [GDScript/en] Add GDScript * Added missing comment about Dictionary * Fixed mismatched types * Update gdscript.html.markdown Co-authored-by: Andre Polykanine * Update gdscript.html.markdown Co-authored-by: Andre Polykanine * Update gdscript.html.markdown Co-authored-by: Andre Polykanine * Update gdscript.html.markdown Co-authored-by: Andre Polykanine * Update gdscript.html.markdown Co-authored-by: Andre Polykanine * Update gdscript.html.markdown Co-authored-by: Andre Polykanine * Update gdscript.html.markdown Co-authored-by: Andre Polykanine * Update gdscript.html.markdown Co-authored-by: Andre Polykanine * Update gdscript.html.markdown Co-authored-by: Andre Polykanine * Update gdscript.html.markdown Co-authored-by: Andre Polykanine * Update gdscript.html.markdown Co-authored-by: Andre Polykanine * [GDScript/en] Add missing line Co-authored-by: Andre Polykanine --- gdscript.html.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/gdscript.html.markdown b/gdscript.html.markdown index ed779c8a..25af0974 100644 --- a/gdscript.html.markdown +++ b/gdscript.html.markdown @@ -281,6 +281,7 @@ func _on_death(): ## Type hints GDScript can optionally use static typing. + ```nim extends Node -- cgit v1.2.3