diff --git a/profiles/lib/sequence.lua b/profiles/lib/sequence.lua index 083e916ba..c1fba283d 100644 --- a/profiles/lib/sequence.lua +++ b/profiles/lib/sequence.lua @@ -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.