Fix small typo in SceneTree docs

This commit is contained in:
Tim Roes 2016-10-30 13:34:15 +01:00 committed by GitHub
parent e0fc58029b
commit 49ca537713
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ Scene tree
When a node is connected, directly or indirectly, to the root When a node is connected, directly or indirectly, to the root
viewport, it becomes part of the *scene tree*. viewport, it becomes part of the *scene tree*.
This means that, as explained in previous tutorials, will get the This means that, as explained in previous tutorials, it will get the
_enter_tree() and _ready() callbacks (as well as _exit_tree()). _enter_tree() and _ready() callbacks (as well as _exit_tree()).
.. image:: /img/activescene.png .. image:: /img/activescene.png