We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae740d commit 2dac051Copy full SHA for 2dac051
lib/IDE/CompletionLookup.cpp
@@ -455,7 +455,7 @@ bool CompletionLookup::isUnresolvedMemberIdealType(Type Ty) {
455
if (!idealTy)
456
return false;
457
/// Consider optional object type is the ideal.
458
- /// For exmaple:
+ /// For example:
459
/// enum MyEnum { case foo, bar }
460
/// func foo(_: MyEnum?)
461
/// fooo(.<HERE>)
0 commit comments