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.
2 parents 8da1e73 + 2dac051 commit 1cf76a0Copy full SHA for 1cf76a0
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