book
book copied to clipboard
Fix `impl Trait` syntax description in chapter 17
The sample code in Chapter 17.1 makes use of the impl Trait syntax in the return position of a function. So far, the provided explanation referenced the “Traits as Parameters” section of Chapter 10.2. With this change, the “Returning Types That Implement Traits” section is referenced instead.