mirror of
https://github.com/github/codeql.git
synced 2026-01-29 14:23:03 +01:00
Apply suggestions from code review from docs team
Co-authored-by: hubwriter <hubwriter@github.com>
This commit is contained in:
@@ -49,6 +49,6 @@
|
||||
</example>
|
||||
|
||||
<references>
|
||||
<li>errors package - github.com/pkg/errors - pkg.go.dev: <a href="https://pkg.go.dev/github.com/pkg/errors#Wrap">errors.Wrap</a></li>
|
||||
<li>Go errors, github.com/pkg/errors: <a href="https://pkg.go.dev/github.com/pkg/errors#Wrap">errors.Wrap</a></li>
|
||||
</references>
|
||||
</qhelp>
|
||||
|
||||
@@ -65,4 +65,4 @@ where
|
||||
// }
|
||||
n = any(NilTestGuard ntg).getAGuardedNode()
|
||||
)
|
||||
select n, "The first argument to errors.Wrap is always nil"
|
||||
select n, "The first argument to 'errors.Wrap' is always nil"
|
||||
|
||||
Reference in New Issue
Block a user