diff --git a/bill/preceding.go b/bill/preceding.go index 3f126037..93a9bde4 100644 --- a/bill/preceding.go +++ b/bill/preceding.go @@ -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 {