Skip to content

Commit a0e9b07

Browse files
authored
Merge pull request swiftlang#63327 from eltociear/patch-42
[CSSimplify] Fix typo in CSSimplify.cpp
2 parents 08e1224 + f27399d commit a0e9b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Sema/CSSimplify.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1821,7 +1821,7 @@ static ConstraintSystem::TypeMatchResult matchCallArguments(
18211821

18221822
// If this is a call to a function with a closure argument and the
18231823
// parameter is an autoclosure, let's just increment the score here
1824-
// so situations like bellow are not ambiguous.
1824+
// so situations like below are not ambiguous.
18251825
// func f<T>(_: () -> T) {}
18261826
// func f<T>(_: @autoclosure () -> T) {}
18271827
//

0 commit comments

Comments
 (0)