Explorar o código

Clarify inserting space after commas

Aaron Franke %!s(int64=6) %!d(string=hai) anos
pai
achega
ff18e047e6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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

@@ -141,7 +141,7 @@ Insert a space:
 * Between an opening parenthesis and ``if``, ``for``, ``foreach``, ``catch``, ``while``, ``lock`` or ``using`` keywords.
 * Before and within a single line accessor block.
 * Between accessors in a single line accessor block.
-* After a comma.
+* After a comma which is not at the end of a line.
 * After a semicolon in a ``for`` statement.
 * After a colon in a single line ``case`` statement.
 * Around a colon in a type declaration.