Skip to content

Commit

Permalink
error.go: Fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
livingsilver94 committed Jan 26, 2022
1 parent 3695d3c commit fd10734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion error.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var (
// ErrNotPointer is retuned when an argument passed is not a pointer but it should be.
ErrNotPointer = errors.New("not a pointer")
// ErrNoCodec is returned when a type cannot be marshaled or unmarshaled,
// e.g. it is neither a struct nor implements StringMap(Un)marshaler.
// i.e. it is neither a struct nor implements StringMap(Un)marshaler.
ErrNoCodec = errors.New("not an encodable or decodable type")
)

Expand Down

0 comments on commit fd10734

Please sign in to comment.