We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36af432 + 1f8b608 commit e30ea42Copy full SHA for e30ea42
text/1210-impl-specialization.md
@@ -150,7 +150,7 @@ which can provide specialized defaults without actually providing a
150
full trait implementation:
151
152
```rust
153
-// the `default` qualifier here means (1) not all items are impled
+// the `default` qualifier here means (1) not all items are implied
154
// and (2) those that are can be further specialized
155
default impl<T: Clone, Rhs> Add<Rhs> for T {
156
fn add_assign(&mut self, rhs: R) {
0 commit comments