Browse Source

Fix odd/confusing wording in c_sharp_basics.rst

Keelar 6 năm trước cách đây
mục cha
commit
be828e34de
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      getting_started/scripting/c_sharp/c_sharp_basics.rst

+ 2 - 2
getting_started/scripting/c_sharp/c_sharp_basics.rst

@@ -174,8 +174,8 @@ class reference pages for
 :ref:`@GDScript <class_@gdscript>` and :ref:`@GlobalScope <class_@globalscope>`.
 
 .. note::
-    Keep in mind that the class you wish to attach to your node should be
-    named as the ``.cs`` file. Otherwise, you will get the following error
+    Keep in mind that the class you wish to attach to your node should have the same
+    name as the ``.cs`` file. Otherwise, you will get the following error
     and won't be able to run the scene:
     *"Cannot find class XXX for script res://XXX.cs"*