Skip to content

Commit

Permalink
Editorial: fix copy/paste error in [EnforceRange] section
Browse files Browse the repository at this point in the history
  • Loading branch information
tobie committed Sep 19, 2017
1 parent 2b1a990 commit 12add43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down

0 comments on commit 12add43

Please sign in to comment.