diff --git a/reference.md b/reference.md index a27d6c6e268a9..54e1e92aa0ef9 100644 --- a/reference.md +++ b/reference.md @@ -2451,7 +2451,7 @@ There are three different types of inline attributes: * `#[inline(always)]` asks the compiler to always perform an inline expansion. * `#[inline(never)]` asks the compiler to never perform an inline expansion. -### Derive +### `derive` The `derive` attribute allows certain traits to be automatically implemented for data structures. For example, the following will create an `impl` for the