Przeglądaj źródła

Merge pull request #9272 from Benjiko99/fix-docs-typo

Fix typo in docs
Max Hilbrunner 1 rok temu
rodzic
commit
406906230e
1 zmienionych plików z 1 dodań i 1 usunięć
  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.