spell check

This commit is contained in:
Riverside 2019-03-05 09:24:16 +08:00
parent 335d62748c
commit cf0583aea1

View File

@ -53,7 +53,7 @@ func (msg *Error) SetMeta(data interface{}) *Error {
return msg
}
// JSON creates a properly formated JSON
// JSON creates a properly formatted JSON
func (msg *Error) JSON() interface{} {
json := H{}
if msg.Meta != nil {