Browse Source

Merge pull request #6544 from Simo-1234/patch-1

Error in the C# style guide
Max Hilbrunner 2 years ago
parent
commit
f38e40e858
1 changed files with 1 additions and 1 deletions
  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:
 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.