mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-15 01:13:48 +01:00
spelling: expression
This commit is contained in:
parent
89065858e0
commit
4faa342922
1 changed files with 1 additions and 1 deletions
|
@ -1461,7 +1461,7 @@ static AutocompleteResult autocomplete(const SourceModule& sourceModule, const M
|
||||||
result.erase(std::string(stringKey->value.data, stringKey->value.size));
|
result.erase(std::string(stringKey->value.data, stringKey->value.size));
|
||||||
}
|
}
|
||||||
|
|
||||||
// If we know for sure that a key is being written, do not offer general epxression suggestions
|
// If we know for sure that a key is being written, do not offer general expression suggestions
|
||||||
if (!key)
|
if (!key)
|
||||||
autocompleteExpression(sourceModule, *module, typeChecker, typeArena, finder.ancestry, position, result);
|
autocompleteExpression(sourceModule, *module, typeChecker, typeArena, finder.ancestry, position, result);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue