Skip to content

Commit

Permalink
Url -> URL per the specification
Browse files Browse the repository at this point in the history
  • Loading branch information
beautifulentropy committed Sep 30, 2024
1 parent dd018c6 commit 49a5ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/objects.go
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ func (window SuggestedWindow) IsWithin(now time.Time) bool {
// endpoint specified in draft-aaron-ari.
type RenewalInfo struct {
SuggestedWindow SuggestedWindow `json:"suggestedWindow"`
ExplanationURL string `json:"explanationUrl,omitempty"`
ExplanationURL string `json:"explanationURL,omitempty"`
}

// RenewalInfoSimple constructs a `RenewalInfo` object and suggested window
Expand Down

0 comments on commit 49a5ac5

Please sign in to comment.