diff --git a/graph_node_renderer/shortcuts/renderer_shortcuts.gd b/graph_node_renderer/shortcuts/renderer_shortcuts.gd index bbb12ca..66eedd8 100644 --- a/graph_node_renderer/shortcuts/renderer_shortcuts.gd +++ b/graph_node_renderer/shortcuts/renderer_shortcuts.gd @@ -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].