mirror of
https://codeberg.org/StreamGraph/StreamGraph.git
synced 2024-11-13 19:49:55 +01:00
fix small typo in doc comment
This commit is contained in:
parent
afd868270c
commit
cf151854d3
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ class_name RendererShortcuts
|
||||||
##
|
##
|
||||||
## Allows overriding shortcuts and provides an API for the renderer's various interfaces to check
|
## 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]
|
## 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.
|
## 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].
|
## The map of overriden shortcuts. See [member defaults].
|
||||||
|
|
Loading…
Reference in a new issue