summaryrefslogtreecommitdiff
path: root/gemini/client.go
diff options
context:
space:
mode:
authortjpcc <tjp@ctrl-c.club>2023-01-11 13:19:42 -0700
committertjpcc <tjp@ctrl-c.club>2023-01-11 13:19:42 -0700
commit029cd5b52db8385d221690cbf75e5e4825e145d8 (patch)
tree12389a7ee22822ff482ae87d42acca0a05b5cd7f /gemini/client.go
parent4969e33e28e09581a3b380dec7ebdc8594d67838 (diff)
much more extensive gus/gemini testing
Diffstat (limited to 'gemini/client.go')
-rw-r--r--gemini/client.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gemini/client.go b/gemini/client.go
index aca4576..05ab8cd 100644
--- a/gemini/client.go
+++ b/gemini/client.go
@@ -14,7 +14,7 @@ import (
// The only reason you might create more than one Client is to support separate TLS-cert
// driven identities.
//
-// The zero value of Client is usable, it simply has no client TLS cert.
+// The zero value is a usable Client with no client TLS certificate.
type Client struct {
tlsConf *tls.Config
}