From d5bb23b2b682bb9dc527e04033e43aa7ece095aa Mon Sep 17 00:00:00 2001 From: corrigentia Date: Wed, 28 Nov 2018 15:32:00 +0200 Subject: [PATCH] Update scenes_and_nodes.rst (#1939) (cherry picked from commit 26409dda76a503e84bbf800e494164a789abcfa5) --- getting_started/step_by_step/scenes_and_nodes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting_started/step_by_step/scenes_and_nodes.rst b/getting_started/step_by_step/scenes_and_nodes.rst index 63339c898..2bd4b92f1 100644 --- a/getting_started/step_by_step/scenes_and_nodes.rst +++ b/getting_started/step_by_step/scenes_and_nodes.rst @@ -36,7 +36,7 @@ functions. However, any given node always has the following attributes: - It has editable properties. - It can receive a callback to process every frame. - It can be extended (to have more functions). -- It can be added to other nodes as a child. +- It can be added to another node as a child. .. image:: img/tree.png