mirror of https://bitbucket.org/ausocean/av.git
revid: improved comment for Config()
This commit is contained in:
parent
3ab0be4a7a
commit
b42278cfde
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue