Skip to content

Commit e8b0657

Browse files
committed
Minor comment typo fix
'se' -> 'so'
1 parent a42ce37 commit e8b0657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/AST/Pattern.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@ SourceLoc TuplePattern::getAnyEllipsisLoc() const {
744744

745745
SourceRange TypedPattern::getSourceRange() const {
746746
if (isImplicit()) {
747-
// If a TypedPattern is implicit, then its type is definitely implicit, se
747+
// If a TypedPattern is implicit, then its type is definitely implicit, so
748748
// we should ignore its location. On the other hand, the sub-pattern can
749749
// be explicit or implicit.
750750
return SubPattern->getSourceRange();

0 commit comments

Comments
 (0)