diff --git a/index.bs b/index.bs
index ea00ea42..cdfbefc3 100644
--- a/index.bs
+++ b/index.bs
@@ -4106,7 +4106,7 @@ partial dictionary MLOpSupportLimits {
**Arguments:**
-
input: an {{MLOperand}}. The input tensor.
- -
scale: an {{MLOperand}}. The scale tensor to multiply each input value by after adjusting by the zero point. It must be [=blockwise broadcastable=] with the input.
+ -
scale: an {{MLOperand}}. The scale tensor to multiply each input value by after adjusting by the zero point. It must be [=blockwise broadcastable=] with the input. Values must be positive and nonzero.
-
zeroPoint: an {{MLOperand}}. The zero point tensor to subtract from each input value. It has the same [=MLOperand/shape=] as the scale.
-
options: an {{MLOperatorOptions}}. Specifies the optional parameters of the operation.
@@ -4280,7 +4280,7 @@ partial dictionary MLOpSupportLimits {
**Arguments:**
- input: an {{MLOperand}}. The input tensor.
- - scale: an {{MLOperand}}. The scale tensor to divide each input value by before adjusting by the zero point. It must be [=blockwise broadcastable=] with the input.
+ - scale: an {{MLOperand}}. The scale tensor to divide each input value by before adjusting by the zero point. It must be [=blockwise broadcastable=] with the input. Values must be positive and nonzero.
- zeroPoint: an {{MLOperand}}. The zero point tensor to add to each rescaled input value. It has the same [=MLOperand/shape=] as the scale.
- options: an {{MLOperatorOptions}}. Specifies the optional parameters of the operation.