From cf5353ab964f1e2123277e3c73eb0f6467a48641 Mon Sep 17 00:00:00 2001 From: Emily Casey Date: Mon, 2 Nov 2020 16:38:30 -0500 Subject: [PATCH] Update bindings/resolve.go Co-authored-by: Ben Hale --- bindings/resolve.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/resolve.go b/bindings/resolve.go index 8166209..61b1a5a 100644 --- a/bindings/resolve.go +++ b/bindings/resolve.go @@ -34,7 +34,7 @@ func OfType(t string) Predicate { } } -// OfType returns a Predicate that returns true if a given binding has Provider that matches p. The comparison is +// OfProvider returns a Predicate that returns true if a given binding has Provider that matches p. The comparison is // case-insensitive. func OfProvider(p string) Predicate { return func(bind libcnb.Binding) bool {