Skip to content

Commit 662775f

Browse files
authored
Merge pull request #1725 from dvh/v3.0.3-dev
Clarified supported Ecma edition for regex
2 parents fcdf414 + 55ce94c commit 662775f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2299,7 +2299,7 @@ The following properties are taken directly from the JSON Schema definition and
22992299
- exclusiveMinimum
23002300
- maxLength
23012301
- minLength
2302-
- 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-15.10.1) dialect)
2302+
- 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-15.10.1) dialect)
23032303
- maxItems
23042304
- minItems
23052305
- uniqueItems

0 commit comments

Comments
 (0)