Skip to content

Commit 0bddb89

Browse files
authored
Merge pull request #126 from msizanoen/patch-1
Update enums.md
2 parents c8fc873 + d496998 commit 0bddb89

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
@@ -60,7 +60,7 @@ enum Foo {
6060

6161
## repr annotations accepted on enums
6262

63-
In general, enums may be annotation using the following `#[repr]` tags:
63+
In general, enums may be annotated using the following `#[repr]` tags:
6464

6565
- A specific integer type (called `Int` as a shorthand below):
6666
- `#[repr(u8)]`

0 commit comments

Comments
 (0)