Skip to content

Commit a296ed4

Browse files
committed
Merge pull request #205 from Viewtiful/doc/typechecker-typo
fix typo in TypeChecker doc
2 parents 4a03bb2 + 861a176 commit a296ed4

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
@@ -805,7 +805,7 @@ an overloaded function. Additionally, when comparing two solutions to
805805
the same constraint system, overload sets present in both solutions
806806
can be found by comparing the locators for each of the overload
807807
choices made in each solution. Naturally, all of these operations
808-
require locators to be uniqued, which occurs in the constraint system
808+
require locators to be unique, which occurs in the constraint system
809809
itself.
810810

811811
Simplifying Locators

0 commit comments

Comments
 (0)