diff options
Diffstat (limited to 'clang-tools-extra/clangd/CodeComplete.h')
| -rw-r--r-- | clang-tools-extra/clangd/CodeComplete.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/clangd/CodeComplete.h b/clang-tools-extra/clangd/CodeComplete.h index dda4f44590c..fd01dfd80b0 100644 --- a/clang-tools-extra/clangd/CodeComplete.h +++ b/clang-tools-extra/clangd/CodeComplete.h @@ -61,7 +61,7 @@ struct CodeCompleteOptions { bool IncludeIneligibleResults = false; /// Combine overloads into a single completion item where possible. - /// If none, the the implementation may choose an appropriate behavior. + /// If none, the implementation may choose an appropriate behavior. /// (In practice, ClangdLSPServer enables bundling if the client claims /// to supports signature help). llvm::Optional<bool> BundleOverloads; |

