From 9ba2cf2a9222cd35c66dcd79f22b6045dfd42dfe Mon Sep 17 00:00:00 2001 From: curious-broccoli <77789413+curious-broccoli@users.noreply.github.com> Date: Sat, 23 Sep 2023 12:46:50 +0200 Subject: [PATCH] Fix sentence in tutorial code in the editor --- tutorials/plugins/running_code_in_the_editor.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/plugins/running_code_in_the_editor.rst b/tutorials/plugins/running_code_in_the_editor.rst index 8e5302012..37dbec483 100644 --- a/tutorials/plugins/running_code_in_the_editor.rst +++ b/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: