revid: improved comment for Config()

This commit is contained in:
Saxon 2019-04-25 15:44:34 +09:30
parent 3ab0be4a7a
commit b42278cfde
1 changed files with 1 additions and 2 deletions

View File

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