Skip to content

Commit

Permalink
Update design/mvp/Binary.md
Browse files Browse the repository at this point in the history
Co-authored-by: Luke Wagner <[email protected]>
  • Loading branch information
abrown and lukewagner committed Sep 27, 2024
1 parent 0acf620 commit 76a3927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion design/mvp/Binary.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Notes:

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

0 comments on commit 76a3927

Please sign in to comment.