Module:Module introspection: Difference between revisions

Ganaram inukshuk (talk | contribs)
normalize arg names to snake case
Ganaram inukshuk (talk | contribs)
mNo edit summary
Line 355: Line 355:
-- If no descriptions were provided, add text below that points to the code.
-- If no descriptions were provided, add text below that points to the code.
if not has_descriptions then
if not has_descriptions then
table.insert(lines, "''No function descriptions were provided. See the code if it has any descriptions.''")
table.insert(lines, "''No function descriptions were provided. The Lua code may have further information.''")
end
end