fix small typo in doc comment

This commit is contained in:
Lera Elvoé 2024-09-03 11:13:27 +03:00
parent afd868270c
commit cf151854d3
No known key found for this signature in database

View file

@ -7,7 +7,7 @@ class_name RendererShortcuts
##
## Allows overriding shortcuts and provides an API for the renderer's various interfaces to check
## that a shortcut has been pressed. Also handles saving the overrides using [RendererPersistence].[br]
## Shortcuts are mapped to an [codee]action[/code] String, much like [InputMap], with the difference
## Shortcuts are mapped to an [code]action[/code] String, much like [InputMap], with the difference
## being that only one shortcut can be assigned to any one action. This may change in the future.
## The map of overriden shortcuts. See [member defaults].