Skip to content

Commit

Permalink
minor godoc fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
raulk committed May 14, 2020
1 parent 646e1c5 commit 280a70e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/connmgr/decay.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 280a70e

Please sign in to comment.