We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d06bdf + 8aef213 commit 2331d91Copy full SHA for 2331d91
src/attributes.md
@@ -497,7 +497,7 @@ function for a trait implementation and not to all trait implementations.
497
498
The `derive` attribute allows certain traits to be automatically implemented
499
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
+`PartialEq` and `Clone` traits for `Foo`, and the type parameter `T` will be given
501
the `PartialEq` or `Clone` constraints for the appropriate `impl`:
502
503
```rust
0 commit comments