diff --git a/revid/revid.go b/revid/revid.go index ee258769..72eb52de 100644 --- a/revid/revid.go +++ b/revid/revid.go @@ -119,8 +119,7 @@ func New(c Config, ns *netsender.Sender) (*Revid, error) { // Config returns a copy of revids current config. // -// This is not intended, nor is it safe, to be used concurrently with any other -// exported functionalilty from this file. +// Config is not safe for concurrent use. func (r *Revid) Config() Config { return r.config }