From d375d362e43939701c6749d0b514922f60a53237 Mon Sep 17 00:00:00 2001 From: Tobie Langel Date: Tue, 19 Sep 2017 13:12:10 +0200 Subject: [PATCH] Editorial: fix copy/paste error in [EnforceRange] section --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 66a0fd43..bb5187ff 100644 --- a/index.bs +++ b/index.bs @@ -7921,7 +7921,7 @@ A type annotated with the [{{EnforceRange}}] extended attribute must not appear [=read only=] attribute. A type must not be [=extended attributes associated with|associated with=] both the [{{Clamp}}] and [{{EnforceRange}}] extended attributes. A type that is not an [=integer type=] must not be [=extended attributes associated with|associated with=] the -[{{Clamp}}] extended attribute. +[{{EnforceRange}}] extended attribute. See the rules for converting ECMAScript values to the various IDL integer types in [[#es-type-mapping]]