Fix typo in change logs

This commit is contained in:
Tamas Vajk
2022-02-24 16:10:44 +01:00
parent 3840ce8444
commit 8d329c55ab
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
### New Queries
* Added a new query, `go/unexpected-nil-value`, to finds calls to `Wrap` from `pkg/errors` where the error argument is always nil.
* Added a new query, `go/unexpected-nil-value`, to find calls to `Wrap` from `pkg/errors` where the error argument is always nil.
## 0.0.8

View File

@@ -2,4 +2,4 @@
### New Queries
* Added a new query, `go/unexpected-nil-value`, to finds calls to `Wrap` from `pkg/errors` where the error argument is always nil.
* Added a new query, `go/unexpected-nil-value`, to find calls to `Wrap` from `pkg/errors` where the error argument is always nil.