From 940f51dd965ff6e8fa4343acc71e3b57472f4996 Mon Sep 17 00:00:00 2001 From: RegalMedia Date: Wed, 22 Nov 2023 10:17:06 -0600 Subject: [PATCH] Typo fixed in Same-scene limitation section of scene_unique_nodes.rst Replaced `Blade` with `Sword` in Same-scene limitation section to remain consistent with screenshot example --- tutorials/scripting/scene_unique_nodes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/scripting/scene_unique_nodes.rst b/tutorials/scripting/scene_unique_nodes.rst index 363ef2b9232..993b3fca163 100644 --- a/tutorials/scripting/scene_unique_nodes.rst +++ b/tutorials/scripting/scene_unique_nodes.rst @@ -57,7 +57,7 @@ Here are the results of ``get_node()`` calls inside the **Player** script: - ``get_node("%Eyes")`` returns the **Eyes** node. - ``get_node("%Hilt")`` returns ``null``. -These are the results of ``get_node()`` calls inside the **Blade** script: +These are the results of ``get_node()`` calls inside the **Sword** script: - ``get_node("%Eyes")`` returns ``null``. - ``get_node("%Hilt")`` returns the **Hilt** node.