mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
Fix typo in GDScript reference: 'user' -> 'use' (#6033)
This commit is contained in:
@@ -1356,7 +1356,7 @@ the ``is`` keyword can be used::
|
||||
entity.apply_damage()
|
||||
|
||||
To call a function in a *super class* (i.e. one ``extend``-ed in your current
|
||||
class), user the ``super`` keyword::
|
||||
class), use the ``super`` keyword::
|
||||
|
||||
super(args)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user