all: Fix minor typos

This commit is contained in:
Phil Davis 2020-12-16 16:56:32 +05:45 committed by GitHub
parent 21fa1e86f2
commit 04b89857e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
67 changed files with 124 additions and 124 deletions

View file

@ -365,7 +365,7 @@ func (m Methods) Imports() []string {
}
// ToMarshalJSON creates a MarshalJSON method for these methods. Any method name
// matchin any of the regexps in excludes will be ignored.
// matching any of the regexps in excludes will be ignored.
func (m Methods) ToMarshalJSON(receiver, pkgPath string, excludes ...string) (string, []string) {
var sb strings.Builder