Browse Source

Fix typo 'an weapon'->'a weapon'

jerry 6 years ago
parent
commit
1727be33b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      getting_started/scripting/c_sharp/c_sharp_style_guide.rst

+ 1 - 1
getting_started/scripting/c_sharp/c_sharp_style_guide.rst

@@ -248,7 +248,7 @@ or *'float fPower'*, for example. However, there's an exception about interfaces
 Lastly, consider choosing descriptive names and do not try to shorten them too much if it affects
 Lastly, consider choosing descriptive names and do not try to shorten them too much if it affects
 readability.
 readability.
 
 
-For instance, if you want to write a code to find a nearby enemy and hit with an weapon, prefer
+For instance, if you want to write a code to find a nearby enemy and hit with a weapon, prefer
 
 
 .. code-block:: csharp
 .. code-block:: csharp