Skip to content

Commit 0c32da9

Browse files
committed
Give ECMA 262 reference section for RegExp dialect.
1 parent 3c08495 commit 0c32da9

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
@@ -552,8 +552,8 @@
552552
<t>
553553
Keywords MAY use regular expressions to express constraints, or constrain
554554
the instance value to be a regular expression.
555-
These regular expressions SHOULD be valid according to the
556-
<xref target="ecma262">ECMA 262</xref> regular expression dialect.
555+
These regular expressions SHOULD be valid according to the regular expression
556+
dialect described in <xref target="ecma262">ECMA 262, section 15.10.1</xref>.
557557
</t>
558558
<t>
559559
Furthermore, given the high disparity in regular expression constructs support,

0 commit comments

Comments
 (0)