urls: fix docs

db4
Doug Coleman 2016-03-03 16:15:11 -08:00
parent b75def3bfb
commit 2af988eca2
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ HELP: url-addr
{ $example { $example
"USING: io.sockets.secure prettyprint urls ;" "USING: io.sockets.secure prettyprint urls ;"
"URL\" https://google.com/\" url-addr ." "URL\" https://google.com/\" url-addr ."
"T{ secure\n { addrspec T{ inet { host \"google.com\" } { port 443 } } }\n}" "T{ secure\n { addrspec T{ inet { host \"google.com\" } { port 443 } } }\n { hostname \"google.com\" }\n}"
} }
} ; } ;