Skip to content

Commit 46b66c8

Browse files
committed
Fix broken link.
1 parent f35a600 commit 46b66c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/type-layout.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ the primitive integer types. That is: `u8`, `u16`, `u32`, `u64`, `u128`,
369369

370370
Primitive representations can only be applied to enumerations and have
371371
different behavior whether the enum has fields or no fields. It is an error
372-
for [zero-variant enumerations] to have a primitive representation. Combining
372+
for [zero-variant enums] to have a primitive representation. Combining
373373
two primitive representations together is an error.
374374

375375
#### Primitive Representation of Field-less Enums

0 commit comments

Comments
 (0)