Skip to content

Commit 4e8160d

Browse files
authored
Merge pull request #10398 from tetrapod00/tweak-csharp-diff
Tweak wording in C# differences
2 parents 1ec3e45 + ccb0a71 commit 4e8160d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tutorials/scripting/c_sharp/c_sharp_differences.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -363,10 +363,10 @@ Example:
363363
364364
Input.Singleton.JoyConnectionChanged += Input_JoyConnectionChanged;
365365
366-
If you are developing main screen plugins using C#, it is essential to note the
367-
distinctions between ``GDScript`` and ``C#`` during setup. Unlike in ``GDScript``,
368-
this portion is not a static class in ``C#``. Consequently, you must employ the singleton
369-
pattern to obtain an instance of the ``EditorInterface``:
366+
If you are developing main screen plugins, it is essential to note that
367+
``EditorInterface`` is not a static class in C#, unlike in GDScript.
368+
Therefore, you must use the singleton pattern to obtain an instance of the
369+
``EditorInterface``:
370370

371371
==================== ==============================================================
372372
GDScript C#

0 commit comments

Comments
 (0)