diff --git a/src/ch20-03-advanced-traits.md b/src/ch20-03-advanced-traits.md index 3b5b80728b..58a2ff86ab 100644 --- a/src/ch20-03-advanced-traits.md +++ b/src/ch20-03-advanced-traits.md @@ -55,7 +55,7 @@ the `Item` type is `u32`: This syntax seems comparable to that of generics. So why not just define the `Iterator` trait with generics, as shown in Listing 20-14? -