Skip to content

Commit 8a9707f

Browse files
authored
Merge pull request #4095 from rudkx/fix-typos
2 parents 7800125 + 2ef4a24 commit 8a9707f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Sema/ConstraintSystem.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1976,10 +1976,10 @@ class ConstraintSystem {
19761976
/// \brief Simplify the system of constraints, by breaking down complex
19771977
/// constraints into simpler constraints.
19781978
///
1979-
/// The result of simplification is a constraint system that consisting of
1979+
/// The result of simplification is a constraint system consisting of
19801980
/// only simple constraints relating type variables to each other or
19811981
/// directly to fixed types. There are no constraints that involve
1982-
/// type constructors on both sides. the simplified constraint system may,
1982+
/// type constructors on both sides. The simplified constraint system may,
19831983
/// of course, include type variables for which we have constraints but
19841984
/// no fixed type. Such type variables are left to the solver to bind.
19851985
///

0 commit comments

Comments
 (0)