Skip to content

Commit c366536

Browse files
committed
Fix 'm*' typo in Binary.md
1 parent 11d5b5e commit c366536

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
@@ -23,7 +23,7 @@ magic ::= 0x00 0x61 0x73 0x6D
2323
version ::= 0x0a 0x00
2424
layer ::= 0x01 0x00
2525
section ::= section_0(<core:custom>) => ϵ
26-
| m*:section_1(<core:module>) => [core-prefix(m)]
26+
| m:section_1(<core:module>) => [core-prefix(m)]
2727
| i*:section_2(vec(<core:instance>)) => core-prefix(i)*
2828
| t*:section_3(vec(<core:type>)) => core-prefix(t)*
2929
| c: section_4(<component>) => [c]

0 commit comments

Comments
 (0)