mirror of
https://github.com/MaskRay/ccls.git
synced 2025-06-06 16:24:54 +00:00
Correct comment about completion cache
This commit is contained in:
parent
dc4d0f7748
commit
27385aef6e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user