Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelarte authored Dec 2, 2024
1 parent fb1ce3a commit daa79f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Create a `TimePeriod` instance by specifying a start time and an end time:

> tp, err := NewTimePeriod(startTime, endTime)
+ `startTime`: The beginning of the time period. Use time.Time{} for no lower limit.
+ `endTime`: The end of the time period. Use time.Time{} for no upper limit.
+ `startTime`: The beginning of the time period. Use `time.Time{}` for no lower limit.
+ `endTime`: The end of the time period. Use `time.Time{}` for no upper limit.
Returns:
+ `tp`: The resulting TimePeriod.
+ `err`: An error if the inputs are invalid.
Expand Down

0 comments on commit daa79f9

Please sign in to comment.