Merge pull request #92823 from AliMirlou/patch-1

Fix a typo in comment
This commit is contained in:
Kubernetes Prow Robot 2020-08-27 00:07:30 -07:00 committed by GitHub
commit a250eb2ccf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -120,7 +120,7 @@ const (
)
// MustParse turns the given string into a quantity or panics; for tests
// or others cases where you know the string is valid.
// or other cases where you know the string is valid.
func MustParse(str string) Quantity {
q, err := ParseQuantity(str)
if err != nil {