mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-04 10:50:54 +01:00
spelling: doesn't
This commit is contained in:
parent
33ff0543e1
commit
2ce48da92a
1 changed files with 1 additions and 1 deletions
|
@ -2582,7 +2582,7 @@ TEST_CASE_FIXTURE(Fixture, "toposort_doesnt_break_mutual_recursion")
|
|||
--!strict
|
||||
local x = nil
|
||||
function f() g() end
|
||||
-- make sure print(x) doen't get toposorted here, breaking the mutual block
|
||||
-- make sure print(x) doesn't get toposorted here, breaking the mutual block
|
||||
function g() x = f end
|
||||
print(x)
|
||||
)");
|
||||
|
|
Loading…
Add table
Reference in a new issue