mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-11 22:30:53 +01:00
spelling: error
This commit is contained in:
parent
2ce48da92a
commit
8020750887
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ TEST_CASE_FIXTURE(Fixture, "for_in_loop_error_on_factory_not_returning_the_right
|
||||||
|
|
||||||
for p in primes2() do print(p) end -- mismatch in argument types, prime_iter takes {}, number, we are given {}, string
|
for p in primes2() do print(p) end -- mismatch in argument types, prime_iter takes {}, number, we are given {}, string
|
||||||
|
|
||||||
for p in primes3() do print(p) end -- no errror
|
for p in primes3() do print(p) end -- no error
|
||||||
)");
|
)");
|
||||||
|
|
||||||
LUAU_REQUIRE_ERROR_COUNT(2, result);
|
LUAU_REQUIRE_ERROR_COUNT(2, result);
|
||||||
|
|
Loading…
Add table
Reference in a new issue