Skip to content

Commit 9ba2cf2

Browse files
Fix sentence in tutorial code in the editor
1 parent ab6e6ef commit 9ba2cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/plugins/running_code_in_the_editor.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ same statement:
7171
// Code to execute when in game.
7272
}
7373

74-
Pieces of code do not have either of the 2 conditions above will run both
74+
Pieces of code that do not have either of the 2 conditions above will run both
7575
in-editor and in-game.
7676

7777
Here is how a ``_process()`` function might look for you:

0 commit comments

Comments
 (0)