Skip to content

Commit 1cf76a0

Browse files
authored
Merge pull request #66071 from mojh7/fix-typo
fix typo in CompletionLookup.cpp
2 parents 8da1e73 + 2dac051 commit 1cf76a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/IDE/CompletionLookup.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ bool CompletionLookup::isUnresolvedMemberIdealType(Type Ty) {
455455
if (!idealTy)
456456
return false;
457457
/// Consider optional object type is the ideal.
458-
/// For exmaple:
458+
/// For example:
459459
/// enum MyEnum { case foo, bar }
460460
/// func foo(_: MyEnum?)
461461
/// fooo(.<HERE>)

0 commit comments

Comments
 (0)