Skip to content

Commit

Permalink
Update bindings/resolve.go
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Hale <[email protected]>
  • Loading branch information
ekcasey and nebhale authored Nov 2, 2020
1 parent 8621d8f commit cf5353a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/resolve.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit cf5353a

Please sign in to comment.