Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Commit

Permalink
Merge pull request #36 from kinvolk/nhlfr/fix-tpr-doc-api-version
Browse files Browse the repository at this point in the history
godoc: Fix typo in APIVersion struct usage
  • Loading branch information
ericchiang authored Mar 14, 2017
2 parents a489d24 + 85e3ce7 commit f1ec318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tprs.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import (
// Name: k8s.String("metric.metrics.example.com"),
// },
// Description: k8s.String("A custom third party resource"),
// Versions: []*v1beta1.APIVersions{
// Versions: []*v1beta1.APIVersion{
// {Name: k8s.String("v1")},
// },
// }
Expand Down

0 comments on commit f1ec318

Please sign in to comment.