Merge pull request #338 from Xrayez/master

Fix grammar error in 'become' to 'becomes'
This commit is contained in:
Julian Murgia 2017-02-05 09:11:12 +01:00 committed by GitHub
commit 4f7dd1e769
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ follows:
::
func _enter_tree():
# When the node enters the _Scene Tree_, it become active
# When the node enters the _Scene Tree_, it becomes active
# and this function is called. Children nodes have not entered
# the active scene yet. In general, it's better to use _ready()
# for most cases.