Browse Source

Error in the C# style guide

There was written tertiary operator instead of ternary
Simo-1234 2 năm trước cách đây
mục cha
commit
e5f4132e16
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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.