Module:qhv-verb: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 34: Line 34:
for ending, decl in pairs(endings) do
for ending, decl in pairs(endings) do
if find(root, ending .. "$") then
if find(root, ending .. "$") then
return decl, {sub(root, 1, -(#ending + 1))}
return decl, {root}
end
end
end
end

Navigation menu