Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
samlown committed Sep 18, 2023
1 parent 6d9fc6d commit 97c9fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bill/preceding.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ type Preceding struct {
Meta cbc.Meta `json:"meta,omitempty" jsonschema:"title=Meta"`
}

// UnmarshalJSON is used to handle the refactor away from corrections and corrections methods
// UnmarshalJSON is used to handle the refactor away from "corrections" to "changes"
func (p *Preceding) UnmarshalJSON(data []byte) error {
type Alias Preceding
aux := &struct {
Expand Down

0 comments on commit 97c9fbe

Please sign in to comment.