Skip to content

Commit

Permalink
Update proposals/statics.md
Browse files Browse the repository at this point in the history
Co-authored-by: Lukellmann <[email protected]>
  • Loading branch information
elizarov and lukellmann committed Apr 3, 2023
1 parent 260dd37 commit f484fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/statics.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ classMemberDeclaration
| staticSection // New class member declaration variant
;
staticSection : `static` classBody ;
staticSection : 'static' classBody ;
```

There are the following additional semantic restrictions on static sections:
Expand Down

0 comments on commit f484fbe

Please sign in to comment.