Fix typo in GDScript reference: 'user' -> 'use' (#6033)

This commit is contained in:
seanfy
2022-08-05 15:51:04 +08:00
committed by GitHub
parent eae5dfae54
commit 1273f4a490

View File

@@ -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)