Skip to content

Commit db6e3af

Browse files
authored
[IDE] Fix a typo (#33841)
1 parent 6eebf61 commit db6e3af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/IDE/CodeCompletion.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6072,7 +6072,7 @@ void CodeCompletionCallbacksImpl::doneParsing() {
60726072

60736073
// TypeName at attribute position after '@'.
60746074
// - VarDecl: Property Wrappers.
6075-
// - ParamDecl/VarDecl/FuncDecl: Function Buildres.
6075+
// - ParamDecl/VarDecl/FuncDecl: Function Builders.
60766076
if (!AttTargetDK || *AttTargetDK == DeclKind::Var ||
60776077
*AttTargetDK == DeclKind::Param || *AttTargetDK == DeclKind::Func)
60786078
Lookup.getTypeCompletionsInDeclContext(

0 commit comments

Comments
 (0)