Skip to content

Commit e319c15

Browse files
authored
Merge pull request #775 from handrews/regex
Give ECMA 262 reference section for RegExp dialect.
2 parents f3d4098 + 0c32da9 commit e319c15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jsonschema-core.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -502,8 +502,8 @@
502502
<t>
503503
Keywords MAY use regular expressions to express constraints, or constrain
504504
the instance value to be a regular expression.
505-
These regular expressions SHOULD be valid according to the
506-
<xref target="ecma262">ECMA 262</xref> regular expression dialect.
505+
These regular expressions SHOULD be valid according to the regular expression
506+
dialect described in <xref target="ecma262">ECMA 262, section 15.10.1</xref>.
507507
</t>
508508
<t>
509509
Furthermore, given the high disparity in regular expression constructs support,

0 commit comments

Comments
 (0)