Error in the C# style guide

There was written tertiary operator instead of ternary
This commit is contained in:
Simo-1234
2022-12-31 11:33:37 +01:00
committed by GitHub
parent 945853908b
commit e5f4132e16

View File

@@ -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.