Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit 0a72ad2

Browse files
committed
Update CHANGELOG.md
1 parent b0b48ed commit 0a72ad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
- Add support for empty record literal `{}` for records with only optional fields, and type definition of empty record (e.g. `type empty = {}`) https://github.com/rescript-lang/syntax/pull/632
2626

27-
- Support use spread at anywhere in list creation (e.g. `list{...x, 1, ...y, ...z}). https://github.com/rescript-lang/syntax/pull/692
27+
- Support the use of spread anywhere in list creation (e.g. `list{...x, 1, ...y, ...z}). https://github.com/rescript-lang/syntax/pull/692
2828

2929
#### :bug: Bug Fix
3030

0 commit comments

Comments
 (0)