Skip to content

Commit bf307b6

Browse files
committed
Remove redundant statement
1 parent ccce616 commit bf307b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

reference/src/layout/unions.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ overlap. This can be visualized as follows:
2020

2121
**Figure 1** (union-field layout): Each row in the picture shows the layout of
2222
the union for each of its variants. The `<-...->` and `[ ... ]` denote the
23-
differently-sized gaps and fields, respectively and the `[field{i}_ty]` are the
24-
bytes of the type of the `i`-th union field.
23+
differently-sized gaps and fields, respectively.
2524

2625
The individual fields (`[field{i}_ty_]`) are blocks of fixed size determined by
2726
the field's [layout]. The only degrees of freedom the compiler has when

0 commit comments

Comments
 (0)