minor godoc fixes.

This commit is contained in:
Raúl Kripalani 2020-05-14 17:24:23 +01:00
parent 65c8515256
commit e74305c1ec

View File

@ -67,8 +67,8 @@ type DecayingTag interface {
Interval() time.Duration
// Bump applies a delta to a tag value, calling its bump function. The bump
// may be applied asynchronously, in which case the returned error is used
// to indicate an anomaly when queuing.
// will be applied asynchronously, and a non-nil error indicates a fault
// when queuing.
Bump(peer peer.ID, delta int) error
}