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 {}