book icon indicating copy to clipboard operation
book copied to clipboard

Fix `impl Trait` syntax description in chapter 17

Open t5kd opened this issue 5 months ago • 0 comments

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.

t5kd avatar May 17 '25 22:05 t5kd