From cf0583aea11437a7d94eb256442e273a0a06e7f1 Mon Sep 17 00:00:00 2001 From: Riverside Date: Tue, 5 Mar 2019 09:24:16 +0800 Subject: [PATCH] spell check --- errors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/errors.go b/errors.go index ab13ca61..6070ff55 100644 --- a/errors.go +++ b/errors.go @@ -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 {