Skip to content

Commit fee3cd4

Browse files
committed
this is not code
1 parent 58f5d8e commit fee3cd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/src/layout/structs-and-tuples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ expressions like `foo.0`.)
7474

7575
When layout out a struct, the compiler in particular has to decide how the
7676
fields of the struct are arranged, which can be visualized as follows:
77-
```
77+
```text
7878
[ <--> [field 1] <-----> [field 2] <-> [ field 3 ] <--> ]
7979
```
8080
The individual fields are blocks of fixed size (determined by the field's

0 commit comments

Comments
 (0)