aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/breml/errchkjson/errchkjson.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/breml/errchkjson/errchkjson.go')
-rw-r--r--vendor/github.com/breml/errchkjson/errchkjson.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/breml/errchkjson/errchkjson.go b/vendor/github.com/breml/errchkjson/errchkjson.go
index 4a23929cf..7c8cd82e9 100644
--- a/vendor/github.com/breml/errchkjson/errchkjson.go
+++ b/vendor/github.com/breml/errchkjson/errchkjson.go
@@ -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,
}