浏览代码

Merge pull request #4846 from golddotasksquestions/remove-a

Removing " a" (singular) in front of "ViewportContainers" (plural)
Rémi Verschelde 4 年之前
父节点
当前提交
f5dac60a61
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tutorials/scripting/change_scenes_manually.rst

+ 1 - 1
tutorials/scripting/change_scenes_manually.rst

@@ -130,7 +130,7 @@ a scene's data between scene changes (adding the scene to the root node).
 
 
         GetTree().GetRoot().AddChild(scene);
         GetTree().GetRoot().AddChild(scene);
 
 
-Perhaps instead they wish to display multiple scenes at the same time using a
+Perhaps instead they wish to display multiple scenes at the same time using
 :ref:`ViewportContainers <class_ViewportContainer>`. This is optimal in
 :ref:`ViewportContainers <class_ViewportContainer>`. This is optimal in
 cases where the intent is to render different content in different parts of the
 cases where the intent is to render different content in different parts of the
 screen. Minimaps and split-screen multiplayer are good examples.
 screen. Minimaps and split-screen multiplayer are good examples.