diff --git a/src/sema_manager.hh b/src/sema_manager.hh index 23ce4c6a..571d5ed1 100644 --- a/src/sema_manager.hh +++ b/src/sema_manager.hh @@ -159,8 +159,8 @@ struct SemaManager { }; // Cached completion information, so we can give fast completion results when -// the user erases a character. vscode will resend the completion request if -// that happens. +// the user adds or erases a character. vscode will resend the completion request +// if that happens. template struct CompleteConsumerCache { std::mutex mutex; std::string path;