Skip to content

Commit

Permalink
pkg/test/framework.go: fix doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNPavel committed Aug 10, 2018
1 parent 5550fab commit 8e41c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/test/framework.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func setup(kubeconfigPath, crdManPath, opManPath, rbacManPath *string) error {

type addToSchemeFunc func(*runtime.Scheme) error

// AddToFramework scheme allows users to add the scheme for their custom resources
// AddToFrameworkScheme allows users to add the scheme for their custom resources
// to the framework's scheme for use with the dynamic client. The user provides
// the addToScheme function (located in the register.go file of their operator
// project) and the List struct for their custom resource. For example, for a
Expand Down

0 comments on commit 8e41c69

Please sign in to comment.