Skip to content

Commit 606ee60

Browse files
committed
fixing typo of intofive to into five
1 parent eaa7ee5 commit 606ee60

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