aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradnano <[email protected]>2020-09-27 22:19:24 -0400
committeradnano <[email protected]>2020-09-27 22:19:24 -0400
commitb7340aef27c16e886ee9e33c8e57a34efebc5cc4 (patch)
tree94f1204a33e7471607b6de514a42fec6a2a737d6
parentDirectly initialize DefaultClient (diff)
downloadgo-gemini-b7340aef27c16e886ee9e33c8e57a34efebc5cc4.tar.xz
go-gemini-b7340aef27c16e886ee9e33c8e57a34efebc5cc4.zip
Remove tilde from comment
-rw-r--r--tofu.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tofu.go b/tofu.go
index 81502d6..55f39cb 100644
--- a/tofu.go
+++ b/tofu.go
@@ -22,7 +22,7 @@ type KnownHosts struct {
}
// Load loads the known hosts from the default known hosts path, which is
-// `$XDG_DATA_HOME/gemini/known_hosts`.
+// $XDG_DATA_HOME/gemini/known_hosts.
// It creates the path and any of its parent directories if they do not exist.
// KnownHosts will append to the file whenever a certificate is added.
func (k *KnownHosts) Load() error {