Skip to content

Commit

Permalink
Update fields/duration.go
Browse files Browse the repository at this point in the history
Co-authored-by: Nurzhan <[email protected]>
  • Loading branch information
smyrman and sarzhann authored Oct 18, 2023
1 parent 3b7aafc commit 17bb538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fields/duration.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func (cd CalendarDurationNullZero) MarshalJSON() ([]byte, error) {
}

// CalendarDuration allows encoding either a fixed duration or a monthly
// duration Setting both a month and a duration value is regarded an error, and
// duration. Setting both a month and a duration value is regarded as an error, and
// will fail to encoded.
type CalendarDuration struct {
Months int
Expand Down

0 comments on commit 17bb538

Please sign in to comment.