Skip to content

Commit f27399d

Browse files
author
Ikko Eltociear Ashimine
authored
[CSSimplify] Fix typo in CSSimplify.cpp
bellow -> below
1 parent a9b69a1 commit f27399d

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)