Fix a typo in comment

This commit is contained in:
Ali Mirlou 2020-07-06 13:17:18 +04:30 committed by GitHub
parent 865cbf0bdf
commit fa7e1b4028
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 {