1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-17 20:09:02 +00:00

Remove an incorrect NSEdoc blurb: JSON Object uses all keys

This commit is contained in:
dmiller
2016-04-14 16:50:47 +00:00
parent 20d6d17c2c
commit 6b598fe547

View File

@@ -68,7 +68,6 @@ end
--- Makes a table be treated as a JSON Object when generating JSON
--
-- A table treated as an Object has all non-number indices ignored.
-- @param t a table to be treated as an object
function make_object(t)
local mt = getmetatable(t) or {}