Skip to content

Commit 0c50b44

Browse files
authored
Merge pull request #44 from ccoVeille/fix-typo
chore: fix typo with analyzer
2 parents 8dad788 + 773a420 commit 0c50b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

errchkjson.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func NewAnalyzer() *analysis.Analyzer {
2525

2626
a := &analysis.Analyzer{
2727
Name: "errchkjson",
28-
Doc: "Checks types passed to the json encoding functions. Reports unsupported types and reports occations, where the check for the returned error can be omitted.",
28+
Doc: "Checks types passed to the json encoding functions. Reports unsupported types and reports occurrences where the check for the returned error can be omitted.",
2929
Run: errchkjson.run,
3030
}
3131

0 commit comments

Comments
 (0)