We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3438367 + 940f51d commit bdd27beCopy full SHA for bdd27be
tutorials/scripting/scene_unique_nodes.rst
@@ -57,7 +57,7 @@ Here are the results of ``get_node()`` calls inside the **Player** script:
57
- ``get_node("%Eyes")`` returns the **Eyes** node.
58
- ``get_node("%Hilt")`` returns ``null``.
59
60
-These are the results of ``get_node()`` calls inside the **Blade** script:
+These are the results of ``get_node()`` calls inside the **Sword** script:
61
62
- ``get_node("%Eyes")`` returns ``null``.
63
- ``get_node("%Hilt")`` returns the **Hilt** node.
0 commit comments