Skip to content

Commit dcc37e1

Browse files
author
Dimitri van Hees
authored
Clarified supported Ecma edition for regex
Added supported Ecma edition (5.1) for regular expressions in the link text and used the formal name: [Ecma-262 Edition 5.1](https://www.ecma-international.org/ecma-262/5.1/). See also: #1687
1 parent 218a321 commit dcc37e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2284,7 +2284,7 @@ The following properties are taken directly from the JSON Schema definition and
22842284
- exclusiveMinimum
22852285
- maxLength
22862286
- minLength
2287-
- pattern (This string SHOULD be a valid regular expression, according to the [ECMA 262 regular expression](https://www.ecma-international.org/ecma-262/5.1/#sec-7.8.5) dialect)
2287+
- pattern (This string SHOULD be a valid regular expression, according to the [Ecma-262 Edition 5.1 regular expression](https://www.ecma-international.org/ecma-262/5.1/#sec-7.8.5) dialect)
22882288
- maxItems
22892289
- minItems
22902290
- uniqueItems

0 commit comments

Comments
 (0)