mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-04 17:46:04 +00:00
typofix - https://github.com/vlajos/misspell_fixer
This commit is contained in:
@@ -148,7 +148,7 @@ func NewFieldTooLong(field string, value interface{}, maxLength int) *Validation
|
||||
type ValidationErrorList []error
|
||||
|
||||
// Prefix adds a prefix to the Field of every ValidationError in the list.
|
||||
// Also adds prefixes to multiple fields if you send an or seperator.
|
||||
// Also adds prefixes to multiple fields if you send an or separator.
|
||||
// Returns the list for convenience.
|
||||
func (list ValidationErrorList) Prefix(prefix string) ValidationErrorList {
|
||||
for i := range list {
|
||||
|
Reference in New Issue
Block a user