Remove tilde from comment
This commit is contained in:
parent
365e94f06e
commit
b7340aef27
2
tofu.go
2
tofu.go
@ -22,7 +22,7 @@ type KnownHosts struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Load loads the known hosts from the default known hosts path, which is
|
// 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.
|
// 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.
|
// KnownHosts will append to the file whenever a certificate is added.
|
||||||
func (k *KnownHosts) Load() error {
|
func (k *KnownHosts) Load() error {
|
||||||
|
Loading…
Reference in New Issue
Block a user