Skip to content

Commit fb440fa

Browse files
committed
Lee suggested to not use +
1 parent 39b9b56 commit fb440fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spec/Appendix C -- Grammar Summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ ServiceDefinition : Description? service Directives? { ServiceCapability* }
425425

426426
ServiceExtension :
427427

428-
- extend service Directives? { ServiceCapability+ }
428+
- extend service Directives? { ServiceCapability* }
429429
- extend service Directives [lookahead != `{`]
430430

431431
ServiceCapability :

spec/Section 3 -- Type System.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2423,7 +2423,7 @@ This version of the specification defines the following capabilities:
24232423

24242424
ServiceExtension :
24252425

2426-
- extend service Directives? { ServiceCapability+ }
2426+
- extend service Directives? { ServiceCapability* }
24272427
- extend service Directives [lookahead != `{`]
24282428

24292429
Service extensions are used to represent a service which has been extended from

0 commit comments

Comments
 (0)