diff options
Diffstat (limited to 'doc/classes/Shortcut.xml')
-rw-r--r-- | doc/classes/Shortcut.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Shortcut.xml b/doc/classes/Shortcut.xml index 46524a1d74..329471fdb8 100644 --- a/doc/classes/Shortcut.xml +++ b/doc/classes/Shortcut.xml @@ -24,7 +24,7 @@ </method> <method name="matches_event" qualifiers="const"> <return type="bool" /> - <argument index="0" name="event" type="InputEvent" /> + <param index="0" name="event" type="InputEvent" /> <description> Returns whether any [InputEvent] in [member events] equals [code]event[/code]. </description> |