aboutsummaryrefslogtreecommitdiffstats
path: root/bug/op_set_title.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_set_title.go
parent4b9862e239deb939c87be2b02970a7bfe2996e13 (diff)
downloadgit-bug-d0d7be8db010e2c68c98d0a34387e4fac0c4d6ee.tar.gz
minor cleanups
Diffstat (limited to 'bug/op_set_title.go')
-rw-r--r--bug/op_set_title.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bug/op_set_title.go b/bug/op_set_title.go
index 7fd7c20d..899b4fa3 100644
--- a/bug/op_set_title.go
+++ b/bug/op_set_title.go
@@ -71,7 +71,7 @@ func (op *SetTitleOperation) 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 *SetTitleOperation) UnmarshalJSON(data []byte) error {