Skip to content

Commit e30ea42

Browse files
authored
Merge pull request #2807 from pickfire/patch-1
Fix typo
2 parents 36af432 + 1f8b608 commit e30ea42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/1210-impl-specialization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ which can provide specialized defaults without actually providing a
150150
full trait implementation:
151151

152152
```rust
153-
// the `default` qualifier here means (1) not all items are impled
153+
// the `default` qualifier here means (1) not all items are implied
154154
// and (2) those that are can be further specialized
155155
default impl<T: Clone, Rhs> Add<Rhs> for T {
156156
fn add_assign(&mut self, rhs: R) {

0 commit comments

Comments
 (0)