We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 821a5a6 + 99edb08 commit 408d205Copy full SHA for 408d205
docs/TypeChecker.rst
@@ -319,7 +319,7 @@ and types generated from the primary expression kinds are:
319
of some type.
320
321
**Ternary operator**
322
- A ternary operator``x ? y : z`` generates a number of
+ A ternary operator ``x ? y : z`` generates a number of
323
constraints. The type ``T(x)`` must conform to the ``LogicValue``
324
protocol to determine which branch is taken. Then, a new type
325
variable ``T0`` is introduced to capture the result type, and the
0 commit comments