diff options
author | Michael Muré <batolettre@gmail.com> | 2020-07-15 11:57:42 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2020-07-15 11:57:42 +0200 |
commit | c448cf8cd3c03e71f2ea40d2aac68f77b963f993 (patch) | |
tree | 9e3f11bf357962f5154b594edd01b547eb42edbd /bug/op_add_comment.go | |
parent | 91f07d4753509054fbc8af14dd46b062c2138395 (diff) | |
download | git-bug-c448cf8cd3c03e71f2ea40d2aac68f77b963f993.tar.gz |
typos and minor readme fix
Diffstat (limited to 'bug/op_add_comment.go')
-rw-r--r-- | bug/op_add_comment.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bug/op_add_comment.go b/bug/op_add_comment.go index 04965b8c..3f19e42e 100644 --- a/bug/op_add_comment.go +++ b/bug/op_add_comment.go @@ -69,7 +69,7 @@ func (op *AddCommentOperation) 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 *AddCommentOperation) UnmarshalJSON(data []byte) error { |