File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
proposals/custom-descriptors Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -470,17 +470,17 @@ we insert optional descriptor and describes clauses between `comptype` and `subt
470
470
and is included below only to clarify the interaction between proposals.)
471
471
472
472
```
473
- descriptorcomptype ::=
473
+ describedcomptype ::=
474
474
| 0x4D x:typeidx ct:comptype => (descriptor x ct)
475
475
| ct:comptype => ct
476
476
477
- describescomptype ::=
478
- | 0x4C x:typeidx ct:descriptorcomptype => (describes x ct)
479
- | ct:descriptorcomptype => ct
477
+ describingcomptype ::=
478
+ | 0x4C x:typeidx ct:describedcomptype => (describes x ct)
479
+ | ct:describedcomptype => ct
480
480
481
481
sharecomptype ::=
482
- | 0x65 ct:describescomptype => (shared ct)
483
- | ct:describescomptype => ct
482
+ | 0x65 ct:describingcomptype => (shared ct)
483
+ | ct:describingcomptype => ct
484
484
485
485
subtype ::=
486
486
| 0x50 x*:vec(typeidx) ct:sharecomptype => sub x* ct
You can’t perform that action at this time.
0 commit comments