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

Merge pull request #8014 from curious-broccoli/code-editor

Fix sentence in tutorial code in the editor
Max Hilbrunner преди 2 години
родител
ревизия
f778048468
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      tutorials/plugins/running_code_in_the_editor.rst

+ 1 - 1
tutorials/plugins/running_code_in_the_editor.rst

@@ -71,7 +71,7 @@ same statement:
         // Code to execute when in game.
     }
 
-Pieces of code do not have either of the 2 conditions above will run both
+Pieces of code that do not have either of the 2 conditions above will run both
 in-editor and in-game.
 
 Here is how a ``_process()`` function might look for you: