Skip to content

Commit cda5330

Browse files
authored
Update README.md
1 parent 7f4872d commit cda5330

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Key exclusion and inclusion syntax in object spread
1+
# Key exclusion syntax in object spread
22

3-
ECMAScript proposal and reference implementation for exclusion and inclusion syntax in the object spread.
3+
ECMAScript proposal and reference implementation for exclusion syntax in the object spread.
44

55
**Author(s):** Denis Tokarev (Canva)
66

@@ -150,9 +150,6 @@ const sanitizedOpts = (opts) => {
150150
```
151151

152152

153-
### The key inclusion syntax
154-
155-
156153
## Specification
157154

158155
WIP

0 commit comments

Comments
 (0)