Skip to content

Commit f9b63d8

Browse files
committed
docs: fix typos
Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
1 parent 4388804 commit f9b63d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

api/v1alpha1/vspherevalidator_types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,12 @@ type PrivilegeValidationRule struct {
131131

132132
var _ validationrule.Interface = (*PrivilegeValidationRule)(nil)
133133

134-
// Name returns the name of the EntityPrivilegeValidationRule.
134+
// Name returns the name of the PrivilegeValidationRule.
135135
func (r PrivilegeValidationRule) Name() string {
136136
return r.RuleName
137137
}
138138

139-
// SetName sets the name of the EntityPrivilegeValidationRule.
139+
// SetName sets the name of the PrivilegeValidationRule.
140140
func (r *PrivilegeValidationRule) SetName(name string) {
141141
r.RuleName = name
142142
}

0 commit comments

Comments
 (0)