mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Merge pull request #3103 from cata0309/patch-1
Replaced wrong semicolon by a colon !
This commit is contained in:
@@ -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.
|
||||
|
||||
func do_something():
|
||||
|
||||
Reference in New Issue
Block a user