comment name fix

This commit is contained in:
ryuukk 2023-02-02 01:06:01 +01:00 committed by GitHub
parent 6f39278724
commit 8f41b363b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ ScopeSymbolPair generateAutocompleteTrees(const(Token)[] tokens,
return;
visited.insert(cast(size_t) part);
// no type but a callTip, let's resolve its type
// no type but a typeSymbolName, let's resolve its type
if (part.type is null && part.typeSymbolName !is null)
{
import std.string: indexOf;