diff options
Diffstat (limited to 'gemini/client.go')
-rw-r--r-- | gemini/client.go | 2 |
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 } |