Correct comment about completion cache

This commit is contained in:
Evgenii Balai 2019-11-08 00:46:44 -05:00 committed by Your Name
parent dc4d0f7748
commit 27385aef6e

View File

@ -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 <typename T> struct CompleteConsumerCache {
std::mutex mutex;
std::string path;