diff options
author | Michael Muré <batolettre@gmail.com> | 2021-02-14 12:14:03 +0100 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2021-02-14 12:19:51 +0100 |
commit | d0d7be8db010e2c68c98d0a34387e4fac0c4d6ee (patch) | |
tree | 80451e6049676a7cce43bf7a0bea1e5165f74185 /bug/op_set_metadata.go | |
parent | 4b9862e239deb939c87be2b02970a7bfe2996e13 (diff) | |
download | git-bug-d0d7be8db010e2c68c98d0a34387e4fac0c4d6ee.tar.gz |
minor cleanups
Diffstat (limited to 'bug/op_set_metadata.go')
-rw-r--r-- | bug/op_set_metadata.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bug/op_set_metadata.go b/bug/op_set_metadata.go index c4988b84..4e596728 100644 --- a/bug/op_set_metadata.go +++ b/bug/op_set_metadata.go @@ -49,7 +49,7 @@ func (op *SetMetadataOperation) 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 *SetMetadataOperation) UnmarshalJSON(data []byte) error { |