Skip to content

Commit 93c2953

Browse files
authored
Merge pull request #318 from MajorBreakfast/patch-1
Fix grammar for orphan check
2 parents 11931e8 + 80936ae commit 93c2953

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/items/implementations.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ the following conditions:
113113

114114
```ignore
115115
T = C
116-
| &T
117-
| &mut T
118-
| Box<T>
116+
| &C
117+
| &mut C
118+
| Box<C>
119119
```
120120

121121
## Generic Implementations
@@ -137,4 +137,4 @@ impl Seq<bool> for u32 {
137137
```
138138

139139

140-
[trait]: items/traits.html
140+
[trait]: items/traits.html

0 commit comments

Comments
 (0)