aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdnan Maolood <[email protected]>2021-06-26 20:26:30 -0400
committerAdnan Maolood <[email protected]>2021-06-26 20:26:30 -0400
commit3d2110d90ffb49a738b9024dd06296d056204af2 (patch)
tree859afbbf9715004cf717004ecd8be145af0a4d83
parentmux: Add more tests (diff)
downloadgo-gemini-0.2.2.tar.xz
go-gemini-0.2.2.zip
mux: Tweak documentationv0.2.2
-rw-r--r--mux.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/mux.go b/mux.go
index 3929ab8..3fa18df 100644
--- a/mux.go
+++ b/mux.go
@@ -38,9 +38,9 @@ import (
// "/search" and "search.example.com/" without also taking over requests
// for "gemini://example.com/".
//
-// Wildcard patterns can be used to match multiple hostnames, so that the
-// pattern "*.example.com" will match requests for "blog.example.com" and
-// "gemini.example.com", but not "example.org".
+// Wildcard patterns can be used to match multiple hostnames. For example,
+// the pattern "*.example.com" will match requests for "blog.example.com"
+// and "gemini.example.com", but not "example.org".
//
// If a subtree has been registered and a request is received naming the
// subtree root without its trailing slash, Mux redirects that