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 <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>
---
 gdscript.html.markdown | 1 +
 1 file changed, 1 insertion(+)

(limited to 'gdscript.html.markdown')

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