Skip to content

Commit

Permalink
README spelling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Feb 9, 2022
1 parent 3aae218 commit 04c8758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Test Status](https://github.com/breml/errchkjson/actions/workflows/ci.yml/badge.svg)](https://github.com/breml/errchkjson/actions/workflows/ci.yml) [![Go Report Card](https://goreportcard.com/badge/github.com/breml/errchkjson)](https://goreportcard.com/report/github.com/breml/errchkjson) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

Checks types passed to the json encoding functions. Reports unsupported types and reports occations, where the check for the returned error can be omited.
Checks types passed to the json encoding functions. Reports unsupported types and reports occurrences where the check for the returned error can be omitted.

Consider this [http.Handler](https://pkg.go.dev/net/http#Handler):

Expand Down

0 comments on commit 04c8758

Please sign in to comment.