mirror of
https://github.com/github/codeql.git
synced 2026-01-29 14:23:03 +01:00
Fix typo in change logs
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user