Removed extra comment.

This commit is contained in:
John MacFarlane 2017-12-27 10:52:12 -08:00
parent cb4123841c
commit e19526846f

View file

@ -242,7 +242,6 @@ function OrderedList(items)
return "<ol>\n" .. table.concat(buffer, "\n") .. "\n</ol>"
end
-- Revisit association list STackValue instance.
function DefinitionList(items)
local buffer = {}
for _,item in pairs(items) do