Skip to content

Commit 777d65e

Browse files
authored
[Patterns] A typo fixed (#2827)
1 parent 87fa68c commit 777d65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

accepted/future-releases/0546-patterns/feature-specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2233,7 +2233,7 @@ appears:
22332233
}
22342234
```
22352235
2236-
* **Pattern-for statement**, **pattern-for-in element**, **pattern-for
2236+
* **Pattern-for-in statement**, **pattern-for-in element**, **pattern-for
22372237
statement**, **pattern-for element**: Scoping follows the normal for and
22382238
for-in statement and elements scoping rules where the variable (now
22392239
variables) are bound in a new scope for each loop iteration. All pattern

0 commit comments

Comments
 (0)