aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {