From 61be0eb5ec6d5690ff4342a81db1098a84350263 Mon Sep 17 00:00:00 2001 From: Jihad Khawaja <47315122+jihadkhawaja@users.noreply.github.com> Date: Tue, 19 Jul 2022 12:37:57 +0300 Subject: [PATCH] Documentation missing method keyword in C# fix ### Description line 219 missing "Instance" after "scene." ### Issue https://github.com/godotengine/godot-docs/issues/5942 --- tutorials/scripting/nodes_and_scene_instances.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/scripting/nodes_and_scene_instances.rst b/tutorials/scripting/nodes_and_scene_instances.rst index 2501e9af3..03344c0df 100644 --- a/tutorials/scripting/nodes_and_scene_instances.rst +++ b/tutorials/scripting/nodes_and_scene_instances.rst @@ -216,7 +216,7 @@ as a child of your current node. .. code-tab:: csharp - var instance = scene.(); + var instance = scene.Instance(); AddChild(instance); The advantage of this two-step process is you can keep a packed scene loaded and