diff --git a/src/items/implementations.md b/src/items/implementations.md index 47a530dc6..02b1e88aa 100644 --- a/src/items/implementations.md +++ b/src/items/implementations.md @@ -113,9 +113,9 @@ the following conditions: ```ignore T = C - | &T - | &mut T - | Box + | &C + | &mut C + | Box ``` ## Generic Implementations @@ -137,4 +137,4 @@ impl Seq for u32 { ``` -[trait]: items/traits.html \ No newline at end of file +[trait]: items/traits.html