Apply suggestions from code review from docs team

Co-authored-by: hubwriter <hubwriter@github.com>
This commit is contained in:
Owen Mansel-Chan
2022-02-21 13:19:47 +00:00
committed by GitHub
parent 317376583c
commit e8c2ab745e
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -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"