From 282608cc76a126f4befcc7823fb5736b199d2087 Mon Sep 17 00:00:00 2001 From: Renato Date: Tue, 9 Oct 2018 11:19:29 -0700 Subject: [PATCH] update comment to match function name --- require/requirements.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/require/requirements.go b/require/requirements.go index 690583a..6b85c5e 100644 --- a/require/requirements.go +++ b/require/requirements.go @@ -22,7 +22,7 @@ type ValueAssertionFunc func(TestingT, interface{}, ...interface{}) // for table driven tests. type BoolAssertionFunc func(TestingT, bool, ...interface{}) -// ValuesAssertionFunc is a common function prototype when validating an error value. Can be useful +// ErrorAssertionFunc is a common function prototype when validating an error value. Can be useful // for table driven tests. type ErrorAssertionFunc func(TestingT, error, ...interface{})