aboutsummaryrefslogtreecommitdiffstats
path: root/bug/op_set_title.go
diff options
context:
space:
mode:
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 {