Skip to content

Commit

Permalink
Merge pull request rust-lang#448 from tshepang/patch-1
Browse files Browse the repository at this point in the history
missing word
  • Loading branch information
Havvy authored Oct 14, 2018
2 parents 0d06bdf + 8aef213 commit 2331d91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ function for a trait implementation and not to all trait implementations.
The `derive` attribute allows certain traits to be automatically implemented
for data structures. For example, the following will create an `impl` for the
`PartialEq` and `Clone` traits for `Foo`, the type parameter `T` will be given
`PartialEq` and `Clone` traits for `Foo`, and the type parameter `T` will be given
the `PartialEq` or `Clone` constraints for the appropriate `impl`:
```rust
Expand Down

0 comments on commit 2331d91

Please sign in to comment.