We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a28742 commit 59971a1Copy full SHA for 59971a1
pkg/golinters/errchkjson.go
@@ -25,7 +25,7 @@ func NewErrChkJSONFuncName(cfg *config.ErrChkJSONSettings) *goanalysis.Linter {
25
return goanalysis.NewLinter(
26
"errchkjson",
27
"Checks types passed to the json encoding functions. "+
28
- "Reports unsupported types and optionally reports occations, "+
+ "Reports unsupported types and optionally reports occasions, "+
29
"where the check for the returned error can be omitted.",
30
[]*analysis.Analyzer{a},
31
cfgMap,
0 commit comments