From 97c9fbeca299498e82e492e5649e89e1375c7cb4 Mon Sep 17 00:00:00 2001 From: Sam Lown Date: Mon, 18 Sep 2023 10:14:32 +0000 Subject: [PATCH] Fix comment --- bill/preceding.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {