Skip to content

Commit 54f6538

Browse files
committed
fix type in runtime conversion.go
1 parent 459b537 commit 54f6538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

staging/src/k8s.io/apimachinery/pkg/runtime/conversion.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func Convert_Slice_string_To_int(input *[]string, out *int, s conversion.Scope)
8282
return nil
8383
}
8484

85-
// Conver_Slice_string_To_bool will convert a string parameter to boolean.
85+
// Convert_Slice_string_To_bool will convert a string parameter to boolean.
8686
// Only the absence of a value, a value of "false", or a value of "0" resolve to false.
8787
// Any other value (including empty string) resolves to true.
8888
func Convert_Slice_string_To_bool(input *[]string, out *bool, s conversion.Scope) error {

0 commit comments

Comments
 (0)