Skip to content

Commit

Permalink
Merge pull request #151 from JosephSalisbury/fix-interval-godoc-typo
Browse files Browse the repository at this point in the history
Fixes typo in Interval godoc
  • Loading branch information
beorn7 committed Oct 20, 2018
2 parents 16b4535 + 89c45e2 commit 7e9e6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/time.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const (
// (1970-01-01 00:00 UTC) excluding leap seconds.
type Time int64

// Interval describes and interval between two timestamps.
// Interval describes an interval between two timestamps.
type Interval struct {
Start, End Time
}
Expand Down

0 comments on commit 7e9e6ca

Please sign in to comment.