Skip to content

Commit 408d205

Browse files
committed
Merge pull request #214 from stevenschmatz/patch-4
Fix typo in TypeChecker.rst
2 parents 821a5a6 + 99edb08 commit 408d205

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)