diff --git a/src/ch20-05-advanced-functions-and-closures.md b/src/ch20-05-advanced-functions-and-closures.md index 323e57bc96..637c31b559 100644 --- a/src/ch20-05-advanced-functions-and-closures.md +++ b/src/ch20-05-advanced-functions-and-closures.md @@ -117,7 +117,7 @@ This code will compile just fine—but it wouldn’t if we had tried to stick wi `impl Fn(i32) -> i32`. For more about trait objects, refer to the section [“Using Trait Objects That Allow for Values of Different Types”][using-trait-objects-that-allow-for-values-of-different-types] in Chapter 19. +--> in Chapter 18. Next, let’s look at macros!