From 9257cb321016da1df1fee911745849bb2c83d4f6 Mon Sep 17 00:00:00 2001 From: nnposter Date: Wed, 11 Mar 2026 16:13:31 +0000 Subject: [PATCH] Fix a doc typo --- nselib/url.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/url.lua b/nselib/url.lua index a62a8f1b8..97ab0128a 100644 --- a/nselib/url.lua +++ b/nselib/url.lua @@ -13,7 +13,7 @@ -- * password -- These correspond to these parts of a URL (some may be nil): -- --- scheme://userinfo@password:authority:port/path;params?query#fragment +-- scheme://userinfo:password@authority:port/path;params?query#fragment -- -- -- @author Diego Nehab