summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorWichamir <53086728+Wichamir@users.noreply.github.com>2021-11-14 00:28:21 +0100
committerGitHub <noreply@github.com>2021-11-14 00:28:21 +0100
commit519ad03a55cd0577f5d0d09d5606607116ff32c9 (patch)
tree604723d25ecfbe7d9fad0d770894bcd3ef4f2437
parentccb256ebf0cd1db87d299a8ecb66ede568dc2004 (diff)
[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 <ap@oire.me> * Update gdscript.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update gdscript.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update gdscript.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update gdscript.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update gdscript.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update gdscript.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update gdscript.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update gdscript.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update gdscript.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * Update gdscript.html.markdown Co-authored-by: Andre Polykanine <ap@oire.me> * [GDScript/en] Add missing line Co-authored-by: Andre Polykanine <ap@oire.me>
-rw-r--r--gdscript.html.markdown1
1 files changed, 1 insertions, 0 deletions
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