Skip to content

Commit 83c4018

Browse files
authored
Update grammar names for clarity (#12)
- descriptorcomptype => describedcomptype - describescomptype => describingcomptype
1 parent a3e23d2 commit 83c4018

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

proposals/custom-descriptors/Overview.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -470,17 +470,17 @@ we insert optional descriptor and describes clauses between `comptype` and `subt
470470
and is included below only to clarify the interaction between proposals.)
471471

472472
```
473-
descriptorcomptype ::=
473+
describedcomptype ::=
474474
| 0x4D x:typeidx ct:comptype => (descriptor x ct)
475475
| ct:comptype => ct
476476
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
480480
481481
sharecomptype ::=
482-
| 0x65 ct:describescomptype => (shared ct)
483-
| ct:describescomptype => ct
482+
| 0x65 ct:describingcomptype => (shared ct)
483+
| ct:describingcomptype => ct
484484
485485
subtype ::=
486486
| 0x50 x*:vec(typeidx) ct:sharecomptype => sub x* ct

0 commit comments

Comments
 (0)