Skip to content

Commit e735b31

Browse files
committed
use repr and not "representation"
1 parent ebd3639 commit e735b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/src/layout/enums.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ The `#[repr(C)]` annotation is equivalent, but it selects the same
117117
size as the C compiler would use for the given target for an
118118
equivalent C-enum declaration.
119119

120-
Combining a `C` and `Int` representation (e.g., `#[repr(C, u8)]`) is
120+
Combining a `C` and `Int` `repr` (e.g., `#[repr(C, u8)]`) is
121121
not permitted on a fieldless enum.
122122

123123
The values used for the discriminant will match up with what is

0 commit comments

Comments
 (0)