aboutsummaryrefslogtreecommitdiff
path: root/server.go
diff options
context:
space:
mode:
authorAdnan Maolood <[email protected]>2020-10-28 16:50:17 -0400
committerAdnan Maolood <[email protected]>2020-10-28 16:50:17 -0400
commit66e4dc86d5fbb0143da36456ad5c65f3d5853304 (patch)
treeea4631ee6e0e1c7f1773e49957f763b210b2127b /server.go
parentFix documentation (diff)
downloadarchived-go-gemini-0.1.3.tar.xz
archived-go-gemini-0.1.3.zip
Add optional host argument in examples/client.gov0.1.3
Diffstat (limited to 'server.go')
-rw-r--r--server.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.go b/server.go
index 5d2f724..465a8a4 100644
--- a/server.go
+++ b/server.go
@@ -42,7 +42,7 @@ type responderKey struct {
// If no scheme is specified, a default scheme of gemini:// is assumed.
//
// Wildcard patterns are supported (e.g. *.example.com).
-// To register a certificate for a wildcard domain, call Certificates.Add:
+// To register a certificate for a wildcard hostname, call Certificates.Add:
//
// var s gemini.Server
// s.Certificates.Add("*.example.com", cert)