Skip to content

Commit

Permalink
Doc fix: Results -> Result type elements
Browse files Browse the repository at this point in the history
  • Loading branch information
oneness committed Oct 8, 2016
1 parent 7cff4dc commit 217d66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/results.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type Result struct {
// End returns the time at which a Result ended.
func (r *Result) End() time.Time { return r.Timestamp.Add(r.Latency) }

// Results is a slice of Results.
// Results is a slice of Result type elements
type Results []Result

// Add implements the Add method of the Report interface by appending the given
Expand Down

0 comments on commit 217d66a

Please sign in to comment.