Commit e74305c1 authored by Raúl Kripalani's avatar Raúl Kripalani

minor godoc fixes.

parent 65c85152
...@@ -67,8 +67,8 @@ type DecayingTag interface { ...@@ -67,8 +67,8 @@ type DecayingTag interface {
Interval() time.Duration Interval() time.Duration
// Bump applies a delta to a tag value, calling its bump function. The bump // 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 // will be applied asynchronously, and a non-nil error indicates a fault
// to indicate an anomaly when queuing. // when queuing.
Bump(peer peer.ID, delta int) error Bump(peer peer.ID, delta int) error
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment