Skip to content

Commit

Permalink
update Describer:insert_main()
Browse files Browse the repository at this point in the history
  • Loading branch information
luizfernandofo committed Jan 24, 2023
1 parent f9fdc7a commit c1dd6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/describer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ end

function Describer:insert_main(main_block)

Describer.main = { table.unpack(main_block, 1, #main_block - 1) }
Describer.main = { table.unpack(main_block, 2, #main_block - 1) }

end

Expand Down

0 comments on commit c1dd6eb

Please sign in to comment.