Skip to content

Commit 2dac051

Browse files
committed
fix minor typo
exmaple -> example
1 parent cae740d commit 2dac051

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)