Skip to content

Commit

Permalink
Update the README example.
Browse files Browse the repository at this point in the history
  • Loading branch information
umpc committed Jul 21, 2017
1 parent ce396b0 commit 39a7c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func main() {
lowerBound := time.Date(1994, 1, 1, 0, 0, 0, 0, time.UTC)
upperBound := time.Now()

// Select values >= lowerBound and values <= upperBound.
// Select values > lowerBound and values <= upperBound.
// Loop through the values, in reverse order:
iterCh, err := sm.BoundedIterCh(reversed, lowerBound, upperBound)
if err != nil {
Expand Down

0 comments on commit 39a7c59

Please sign in to comment.