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 6eebf61 commit db6e3afCopy full SHA for db6e3af
lib/IDE/CodeCompletion.cpp
@@ -6072,7 +6072,7 @@ void CodeCompletionCallbacksImpl::doneParsing() {
6072
6073
// TypeName at attribute position after '@'.
6074
// - VarDecl: Property Wrappers.
6075
- // - ParamDecl/VarDecl/FuncDecl: Function Buildres.
+ // - ParamDecl/VarDecl/FuncDecl: Function Builders.
6076
if (!AttTargetDK || *AttTargetDK == DeclKind::Var ||
6077
*AttTargetDK == DeclKind::Param || *AttTargetDK == DeclKind::Func)
6078
Lookup.getTypeCompletionsInDeclContext(
0 commit comments