Преглед на файлове

Fix grammar error in 'become' to 'becomes'

(cherry picked from commit 06d0142bcffc3aed28f75225f69b9b62ce1dbc37)
Andrii Doroshenko (Xrayez) преди 8 години
родител
ревизия
7bbf7338b0
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      tutorials/step_by_step/scripting_continued.rst

+ 1 - 1
tutorials/step_by_step/scripting_continued.rst

@@ -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.