Merge pull request #26060 from jonboulle/asdf
Automatic merge from submit-queue Fix quantity.CanonicalizeBytes docstring name
This commit is contained in:
@@ -386,7 +386,7 @@ func ParseQuantity(str string) (Quantity, error) {
|
|||||||
return Quantity{d: infDecAmount{amount}, Format: format}, nil
|
return Quantity{d: infDecAmount{amount}, Format: format}, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// Canonicalize returns the canonical form of q and its suffix (see comment on Quantity).
|
// CanonicalizeBytes returns the canonical form of q and its suffix (see comment on Quantity).
|
||||||
//
|
//
|
||||||
// Note about BinarySI:
|
// Note about BinarySI:
|
||||||
// * If q.Format is set to BinarySI and q.Amount represents a non-zero value between
|
// * If q.Format is set to BinarySI and q.Amount represents a non-zero value between
|
||||||
|
Reference in New Issue
Block a user