From d4969988a9baffd71151d9c66f811fd0ed9a719d Mon Sep 17 00:00:00 2001 From: msizanoen <48647176+msizanoen@users.noreply.github.com> Date: Thu, 25 Apr 2019 22:37:39 +0700 Subject: [PATCH] Update enums.md Fix grammar --- reference/src/layout/enums.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/src/layout/enums.md b/reference/src/layout/enums.md index 901d5f46..edc3629c 100644 --- a/reference/src/layout/enums.md +++ b/reference/src/layout/enums.md @@ -60,7 +60,7 @@ enum Foo { ## repr annotations accepted on enums -In general, enums may be annotation using the following `#[repr]` tags: +In general, enums may be annotated using the following `#[repr]` tags: - A specific integer type (called `Int` as a shorthand below): - `#[repr(u8)]`