Prechádzať zdrojové kódy

Error in the C# style guide

There was written tertiary operator instead of ternary
Simo-1234 2 rokov pred
rodič
commit
e5f4132e16

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

@@ -143,7 +143,7 @@ Using spaces
 
 
 Insert a space:
 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.
 * Between an opening parenthesis and ``if``, ``for``, ``foreach``, ``catch``, ``while``, ``lock`` or ``using`` keywords.
 * Before and within a single line accessor block.
 * Before and within a single line accessor block.
 * Between accessors in a single line accessor block.
 * Between accessors in a single line accessor block.