Skip to content

Commit 7ab59d4

Browse files
committed
not just structs
1 parent 57b5de9 commit 7ab59d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: reference/src/glossary.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ for all values `v` and lists of bytes `b` such that `v` and `b` are related at `
192192
changing `b` at index `i` to any other byte yields a `b'` such `v` and `b'` are related (`Vrel_T(v, b')`).
193193
In other words, the byte at index `i` is entirely ignored by `Vrel_T` (the value relation for `T`), and two lists of bytes that only differ in padding bytes relate to the same value(s), if any.
194194

195-
This definition works fine for structs.
195+
This definition works fine for product types (structs, tuples, arrays, ...).
196196
The desired notion of "padding byte" for enums and unions is still unclear.
197197

198198
#### Place

0 commit comments

Comments
 (0)