Browse Source

Replaced wrong semicolon by a colon !

Marincia Catalin 5 years ago
parent
commit
37670ff9e4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      getting_started/scripting/gdscript/gdscript_advanced.rst

+ 1 - 1
getting_started/scripting/gdscript/gdscript_advanced.rst

@@ -155,7 +155,7 @@ too. Some Examples:
 
 
 ::
 ::
 
 
-    func use_class(instance); # Does not care about class type
+    func use_class(instance): # Does not care about class type
         instance.use() # Will work with any class that has a ".use()" method.
         instance.use() # Will work with any class that has a ".use()" method.
 
 
     func do_something():
     func do_something():