Skip to content

Commit

Permalink
Fix typo, update stage in spec
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuckton committed Nov 15, 2023
1 parent d41621b commit 36f49cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec.emu
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<link rel="spec" href="es2015" />
<pre class="metadata">
title: Regular Expression Pattern Modifiers for ECMAScript
stage: 2
stage: 3
contributors: Ron Buckton, Ecma International
</pre>

Expand Down Expand Up @@ -297,7 +297,7 @@ contributors: Ron Buckton, Ecma International
<li>It is a Syntax Error if the source text matched by the first |RegularExpressionFlags| and the source text matched by the second |RegularExpressionFlags| are both empty.
<li>It is a Syntax Error if the source text matched by the first |RegularExpressionFlags| contains any code point other than `i`, `m`, or `s`, or contains the same code point more than once.
<li>It is a Syntax Error if the source text matched by the second |RegularExpressionFlags| contains any code point other than `i`, `m`, or `s`, or contains the same code point more than once.
<li>It is a Syntax Error if the any code point in the source text matched by the first |RegularExpressionFlags| is also contained in the source text matched by the second |RegularExpressionFlags|.
<li>It is a Syntax Error if any code point in the source text matched by the first |RegularExpressionFlags| is also contained in the source text matched by the second |RegularExpressionFlags|.
</ul>
</emu-clause>

Expand Down

0 comments on commit 36f49cf

Please sign in to comment.