From c16b036f4f59be41fc794fe6aa7492d017537583 Mon Sep 17 00:00:00 2001 From: gorjan Date: Sat, 21 May 2011 07:24:11 +0000 Subject: [PATCH] Small NSEDoc fix for nselib/json.lua --- nselib/json.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/json.lua b/nselib/json.lua index 143b89f88..7689d9339 100644 --- a/nselib/json.lua +++ b/nselib/json.lua @@ -77,7 +77,7 @@ local function escape(str) end --- Creates json data from an object ---@param object a table containing data +--@param obj a table containing data --@return a string containing valid json function generate(obj)