diff --git a/ql/src/InconsistentCode/WrappedErrorAlwaysNil.qhelp b/ql/src/InconsistentCode/WrappedErrorAlwaysNil.qhelp index 988edc8c667..9fe00b2ab86 100644 --- a/ql/src/InconsistentCode/WrappedErrorAlwaysNil.qhelp +++ b/ql/src/InconsistentCode/WrappedErrorAlwaysNil.qhelp @@ -49,6 +49,6 @@ -
  • errors package - github.com/pkg/errors - pkg.go.dev: errors.Wrap
  • +
  • Go errors, github.com/pkg/errors: errors.Wrap
  • diff --git a/ql/src/InconsistentCode/WrappedErrorAlwaysNil.ql b/ql/src/InconsistentCode/WrappedErrorAlwaysNil.ql index 58fedc48c8a..ebc11284cd9 100644 --- a/ql/src/InconsistentCode/WrappedErrorAlwaysNil.ql +++ b/ql/src/InconsistentCode/WrappedErrorAlwaysNil.ql @@ -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"