Fix a doc typo

This commit is contained in:
nnposter 2026-03-11 16:13:31 +00:00
parent 5698bd1bb6
commit 9257cb3210

View file

@ -13,7 +13,7 @@
-- * <code>password</code>
-- These correspond to these parts of a URL (some may be <code>nil</code>):
-- <code>
-- scheme://userinfo@password:authority:port/path;params?query#fragment
-- scheme://userinfo:password@authority:port/path;params?query#fragment
-- </code>
--
-- @author Diego Nehab