Explorar el Código

Error in the C# style guide

There was written tertiary operator instead of ternary
Simo-1234 hace 2 años
padre
commit
e5f4132e16
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tutorials/scripting/c_sharp/c_sharp_style_guide.rst

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

@@ -143,7 +143,7 @@ Using spaces
 
 Insert a space:
 
-* Around a binary and tertiary operator.
+* Around a binary and ternary operator.
 * 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.