Skip to content

Commit 4d2a94b

Browse files
benjieleebyron
andauthored
Lee says empty braces are okay here!
Co-authored-by: Lee Byron <[email protected]>
1 parent aef2e2d commit 4d2a94b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

spec/Appendix B -- Grammar Summary.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -422,14 +422,13 @@ TypeSystemDirectiveLocation : one of
422422

423423
ServiceDefinition :
424424

425-
- Description service [lookahead != `{`]
426-
- Description? service { ServiceAttribute+ }
425+
- Description? service { ServiceAttribute* }
427426

428427
ServiceAttribute :
429428

430429
- ServiceCapabilities
431430

432-
ServiceCapabilities: capabilities { ServiceCapability+ }
431+
ServiceCapabilities: capabilities { ServiceCapability* }
433432

434433
ServiceCapability:
435434

0 commit comments

Comments
 (0)