revid: improve doc comment

This commit is contained in:
Dan Kortschak 2018-06-17 21:11:33 +09:30
parent a7d3edbe57
commit b66abcbfec
1 changed files with 1 additions and 1 deletions

View File

@ -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
}