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