diff options
| -rw-r--r-- | src/doc/guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/guide.md b/src/doc/guide.md index 9f84541e2d1..3fe8463d66f 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -4210,7 +4210,7 @@ Doing this is not particularly common, but it's useful every once in a while. That's all you need to get the hang of closures! Closures are a little bit strange at first, but once you're used to them, you'll miss them in other languages. Passing functions to other functions is -incredibly powerful; let's look at one of such situations: iterators. +incredibly powerful, as you will see in the following chapter about iterators. # Iterators |
