From b7340aef27c16e886ee9e33c8e57a34efebc5cc4 Mon Sep 17 00:00:00 2001 From: adnano Date: Sun, 27 Sep 2020 22:19:24 -0400 Subject: [PATCH] Remove tilde from comment --- tofu.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {