mirror of https://bitbucket.org/ausocean/av.git
revid: improve doc comment
This commit is contained in:
parent
a7d3edbe57
commit
b66abcbfec
|
@ -237,7 +237,7 @@ func (r *Revid) Log(logType, m string) {
|
|||
fmt.Println(logType + ": " + m)
|
||||
}
|
||||
|
||||
// IsRunning returns true if the revid is currently running and false otherwise
|
||||
// IsRunning returns whether the receiver is running.
|
||||
func (r *Revid) IsRunning() bool {
|
||||
return r.isRunning
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue