1
0
mirror of https://git.sr.ht/~adnano/go-gemini synced 2024-09-29 16:31:18 +02:00

Remove tilde from comment

This commit is contained in:
adnano 2020-09-27 22:19:24 -04:00
parent 365e94f06e
commit b7340aef27

@ -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 {