Skip to content

Commit 28a72a0

Browse files
committed
Merge pull request #39 from jeremybarr/typo-typechecker
Fixing typo in TypeChecker.rst
2 parents ebda467 + 606ee60 commit 28a72a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/TypeChecker.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ down to only simple constraints that are trivially satisfied.
486486
The simplification process breaks down constraints into simpler
487487
constraints, and each different kind of constraint is handled by
488488
different rules based on the Swift type system. The constraints fall
489-
intofive categories: relational constraints, member constraints,
489+
into five categories: relational constraints, member constraints,
490490
type properties, conjunctions, and disjunctions. Only the first three
491491
kinds of constraints have interesting simplification rules, and are
492492
discussed in the following sections.

0 commit comments

Comments
 (0)