Skip to content

Commit 2331d91

Browse files
authored
Merge pull request rust-lang#448 from tshepang/patch-1
missing word
2 parents 0d06bdf + 8aef213 commit 2331d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attributes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ function for a trait implementation and not to all trait implementations.
497497
498498
The `derive` attribute allows certain traits to be automatically implemented
499499
for data structures. For example, the following will create an `impl` for the
500-
`PartialEq` and `Clone` traits for `Foo`, the type parameter `T` will be given
500+
`PartialEq` and `Clone` traits for `Foo`, and the type parameter `T` will be given
501501
the `PartialEq` or `Clone` constraints for the appropriate `impl`:
502502
503503
```rust

0 commit comments

Comments
 (0)