mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50:54 +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));
|
||||
}
|
||||
|
||||
// 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)
|
||||
autocompleteExpression(sourceModule, *module, typeChecker, typeArena, finder.ancestry, position, result);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue