Skip to content

Commit d4729bf

Browse files
authored
Update exercise.md (#2808)
The point at which the generics segment will be covered has changed multiple times. After the last change, the 'logger trait' section was not updated to reflect when it will now be covered. To keep it more general, I suggest not specifying when it will be covered.
1 parent e35f6d6 commit d4729bf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/methods-and-traits/exercise.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ messages above a maximum verbosity.
1515

1616
This is a common pattern: a struct wrapping a trait implementation and
1717
implementing that same trait, adding behavior in the process. In the "Generics"
18-
segment this afternoon, we will see how to make the wrapper generic over the
19-
wrapped type.
18+
segment, we will see how to make the wrapper generic over the wrapped type.
2019

2120
```rust,compile_fail,editable
2221
{{#include exercise.rs:setup}}

0 commit comments

Comments
 (0)