mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 17:28:58 +00:00
Merge pull request #338 from Xrayez/master
Fix grammar error in 'become' to 'becomes'
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user