Skip to content

Commit ccb0a71

Browse files
committed
Tweak wording in C# differences
1 parent f967e9e commit ccb0a71

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)