From 061e6001344afcb0a464191beb6aeb51267abb1d Mon Sep 17 00:00:00 2001 From: killianmuldoon Date: Fri, 24 Sep 2021 12:54:56 +0100 Subject: [PATCH] Update errors doc to reflect intended usage Signed-off-by: killianmuldoon --- errors/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/errors/doc.go b/errors/doc.go index 81c288385baa..3cecc22a2da7 100644 --- a/errors/doc.go +++ b/errors/doc.go @@ -14,5 +14,5 @@ See the License for the specific language governing permissions and limitations under the License. */ -// Package errors implements error functionality. +// Package errors makes a set of error message handlers available for use by Cluster API Providers. package errors