Skip to content

Commit bf688b8

Browse files
committed
Match unexported function in comment
1 parent ffc2cae commit bf688b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/parameters/parameters.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ func ExtractModifyVolumeParameters(parameters map[string]string) (ModifyVolumePa
449449
return modifyVolumeParams, nil
450450
}
451451

452-
// ConvertStringToAvailabilityClass converts a string to an availability class string.
452+
// convertStringToAvailabilityClass converts a string to an availability class string.
453453
func convertStringToAvailabilityClass(str string) (string, error) {
454454
switch strings.ToLower(str) {
455455
case ParameterNoAvailabilityClass:

0 commit comments

Comments
 (0)