From b901089c196c1a8a605649ebc0db68cd675142ea Mon Sep 17 00:00:00 2001 From: batrick Date: Mon, 1 Dec 2008 04:12:13 +0000 Subject: [PATCH] Corrected documentation. --- nselib/http.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/http.lua b/nselib/http.lua index bb28fa9ec..107a0c49a 100644 --- a/nselib/http.lua +++ b/nselib/http.lua @@ -47,7 +47,7 @@ local stdnse = require 'stdnse' -- @param port The port for the host. -- @param path The path of the resource. -- @param options A table of options, as with http.request. --- @return Table as described in the function description. +-- @return Table as described in the module description. -- @see http.request get = function( host, port, path, options ) options = options or {}