Skip to content

Commit 37565aa

Browse files
committed
Fix typo
Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>
1 parent e680db7 commit 37565aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interval.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"time"
88
)
99

10-
// Interval defines a period that is constained by two time boundaries, a start
10+
// Interval defines a period that is constrained by two time boundaries, a start
1111
// time that is part of the interval and an end time which is excluded from the
1212
// interval.
1313
//

0 commit comments

Comments
 (0)