Skip to content

Commit 76a3927

Browse files
abrownlukewagner
andcommitted
Update design/mvp/Binary.md
Co-authored-by: Luke Wagner <[email protected]>
1 parent 0acf620 commit 76a3927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

design/mvp/Binary.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Notes:
136136

137137
(See [Type Definitions](Explainer.md#type-definitions) in the explainer.)
138138
```ebnf
139-
core:type ::= dt:<core:deftype> => (type dt) (GC proposal)
139+
core:type ::= dt:<core:deftype> => (type dt)
140140
core:deftype ::= rt:<core:rectype> => rt (WebAssembly 3.0)
141141
| 0x00 0x50 x*:vec(<core:typeidx>) ct:<core:comptype> => sub x* ct (WebAssembly 3.0)
142142
| mt:<core:moduletype> => mt

0 commit comments

Comments
 (0)