lua: fix typo

This commit is contained in:
Emil Tin 2016-11-15 18:06:27 +01:00 committed by Patrick Niklaus
parent 5d564ee510
commit 173a39fd8b

View File

@ -1,5 +1,5 @@
-- Sequence of items
-- Ordered, but no have to loop through items to check for inclusion.
-- Ordered, but have to loop through items to check for inclusion.
-- Currently the same as a table.