Skip to content

Commit 8e501fe

Browse files
sunfishcodelukewagner
authored andcommitted
Tidy up whitespace in Binary.md.
Make a small whitespace change in Binary.md to make `section_1` consistent with the other sections, and to vertically align it when displayed in a fixed-width font.
1 parent d7ca2f1 commit 8e501fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

design/mvp/Binary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ magic ::= 0x00 0x61 0x73 0x6D
2525
version ::= 0x0d 0x00
2626
layer ::= 0x01 0x00
2727
section ::= section_0(<core:custom>) => ϵ
28-
| m:section_1(<core:module>) => [core-prefix(m)]
28+
| m: section_1(<core:module>) => [core-prefix(m)]
2929
| i*:section_2(vec(<core:instance>)) => core-prefix(i)*
3030
| t*:section_3(vec(<core:type>)) => core-prefix(t)*
3131
| c: section_4(<component>) => [c]

0 commit comments

Comments
 (0)