aboutsummaryrefslogtreecommitdiffstats
path: root/bug/op_label_change.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2021-02-14 12:14:03 +0100
committerMichael Muré <batolettre@gmail.com>2021-02-14 12:19:51 +0100
commitd0d7be8db010e2c68c98d0a34387e4fac0c4d6ee (patch)
tree80451e6049676a7cce43bf7a0bea1e5165f74185 /bug/op_label_change.go
parent4b9862e239deb939c87be2b02970a7bfe2996e13 (diff)
downloadgit-bug-d0d7be8db010e2c68c98d0a34387e4fac0c4d6ee.tar.gz
minor cleanups
Diffstat (limited to 'bug/op_label_change.go')
-rw-r--r--bug/op_label_change.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bug/op_label_change.go b/bug/op_label_change.go
index 5e51534d..d682fe54 100644
--- a/bug/op_label_change.go
+++ b/bug/op_label_change.go
@@ -95,7 +95,7 @@ func (op *LabelChangeOperation) Validate() error {
return nil
}
-// UnmarshalJSON is a two step JSON unmarshaling
+// UnmarshalJSON is a two step JSON unmarshalling
// This workaround is necessary to avoid the inner OpBase.MarshalJSON
// overriding the outer op's MarshalJSON
func (op *LabelChangeOperation) UnmarshalJSON(data []byte) error {