From cf151854d315e3048b1e6ce4723d04871eaf3ab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lera=20Elvo=C3=A9?= Date: Tue, 3 Sep 2024 11:13:27 +0300 Subject: [PATCH] fix small typo in doc comment --- graph_node_renderer/shortcuts/renderer_shortcuts.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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].