浏览代码

Fix typo in docs

(cherry picked from commit 47d13ae2a25a46124bd4d888f45df4513c6b6f6a)
Benjiko99 1 年之前
父节点
当前提交
2e22525fe1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tutorials/scripting/change_scenes_manually.rst

+ 1 - 1
tutorials/scripting/change_scenes_manually.rst

@@ -81,7 +81,7 @@ access and integrity.
 
 
         - Pro: There's no need to move any more nodes around to save data.
         - Pro: There's no need to move any more nodes around to save data.
 
 
-        - Con: More data is being kept in memory which will be become a problem
+        - Con: More data is being kept in memory which will become a problem
           on memory-sensitive platforms like web or mobile.
           on memory-sensitive platforms like web or mobile.
 
 
     - Processing continues.
     - Processing continues.