mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-06 20:00:53 +01:00
spelling: indices
This commit is contained in:
parent
1ede194c62
commit
9dd7f0a194
1 changed files with 1 additions and 1 deletions
|
@ -3062,7 +3062,7 @@ TEST_CASE_FIXTURE(Fixture, "correctly_scope_locals_while")
|
|||
CHECK_EQ(us->name, "a");
|
||||
}
|
||||
|
||||
TEST_CASE_FIXTURE(Fixture, "ipairs_produces_integral_indeces")
|
||||
TEST_CASE_FIXTURE(Fixture, "ipairs_produces_integral_indices")
|
||||
{
|
||||
CheckResult result = check(R"(
|
||||
local key
|
||||
|
|
Loading…
Add table
Reference in a new issue