3
0
mirror of https://github.com/britzl/monarch.git synced 2025-09-27 18:12:22 +02:00

Added more documentation. Changed monarch.get_stack()

This commit is contained in:
Björn Ritzl
2017-12-01 09:31:50 +01:00
parent 6529147e18
commit 1b3b16c355
3 changed files with 34 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ return function()
error("Stack length mismatch", 2)
end
for i=1,#actual_screens do
if actual_screens[i].id ~= expected_screens[i] then
if actual_screens[i] ~= expected_screens[i] then
error("Stack content not matching", 2)
end
end