Skip to content

Commit 99edb08

Browse files
committed
Fix typo in TypeChecker.rst
1 parent 821a5a6 commit 99edb08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/TypeChecker.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ and types generated from the primary expression kinds are:
319319
of some type.
320320

321321
**Ternary operator**
322-
A ternary operator``x ? y : z`` generates a number of
322+
A ternary operator ``x ? y : z`` generates a number of
323323
constraints. The type ``T(x)`` must conform to the ``LogicValue``
324324
protocol to determine which branch is taken. Then, a new type
325325
variable ``T0`` is introduced to capture the result type, and the

0 commit comments

Comments
 (0)