Skip to content

Commit

Permalink
Merge pull request #44 from ccoVeille/fix-typo
Browse files Browse the repository at this point in the history
chore: fix typo with analyzer
  • Loading branch information
breml authored May 28, 2024
2 parents 8dad788 + 773a420 commit 0c50b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errchkjson.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func NewAnalyzer() *analysis.Analyzer {

a := &analysis.Analyzer{
Name: "errchkjson",
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.",
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.",
Run: errchkjson.run,
}

Expand Down

0 comments on commit 0c50b44

Please sign in to comment.