diff --git a/index.bs b/index.bs index 75a2a4af..7bb43dc8 100644 --- a/index.bs +++ b/index.bs @@ -1115,7 +1115,7 @@ dictionary MLOperandDescriptor {

-A valid dimension is an integer greater than zero in the range of {{unsigned long}}. Implementations may impose a smaller upper bound. +A valid dimension is an integer greater than zero and in the range of {{long}}. Implementations may impose a smaller upper bound.

Issue(391): Should 0-size dimensions be supported?