Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

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 65c8515 commit e74305c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 e74305c

Please sign in to comment.