Skip to content

Commit 5138034

Browse files
committed
upd
1 parent 63ce3c8 commit 5138034

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/lang-patterns.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ if (let Plus(*, 10) = exp) {
1717
<ul>
1818
<i>Pattern</i> :
1919
<ul>
20-
<i>IdentifierPattern</i><br>
20+
[lookahead ≠ <b>undefined</b> if pattern is nested] <i>IdentifierPattern</i><br>
2121
<i>ArrayPattern</i><br>
2222
<i>ObjectPattern</i><br>
23-
<i>ConstantPattern</i> [if not the root of the whole matching pattern]
23+
<i>ConstantPattern</i> [if pattern is nested]
2424
</ul>
2525
</ul>
2626

0 commit comments

Comments
 (0)