From 1727be33b8c9b64c73bb5590f69e5b1ebb315452 Mon Sep 17 00:00:00 2001 From: jerry Date: Thu, 1 Nov 2018 15:46:46 +0900 Subject: [PATCH] Fix typo 'an weapon'->'a weapon' --- getting_started/scripting/c_sharp/c_sharp_style_guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting_started/scripting/c_sharp/c_sharp_style_guide.rst b/getting_started/scripting/c_sharp/c_sharp_style_guide.rst index 13b2f25ed..9a6162f52 100644 --- a/getting_started/scripting/c_sharp/c_sharp_style_guide.rst +++ b/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 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