From 667be96764aa5ec9aa6d720d4e8aaa6daaefa1f0 Mon Sep 17 00:00:00 2001 From: dmiller Date: Fri, 29 Aug 2014 19:58:15 +0000 Subject: [PATCH] Fix some nsedoc --- nselib/http.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/http.lua b/nselib/http.lua index bcc7bfb72..c6655f32a 100644 --- a/nselib/http.lua +++ b/nselib/http.lua @@ -1904,7 +1904,7 @@ end --- -- Parses a form, that is, finds its action and fields. -- @param form A plaintext representation of form --- @return A dictionary with keys: action, +-- @return A dictionary with keys: action, -- method if one is specified, fields -- which is a list of fields found in the form each of which has a -- name attribute and type if specified.