Skip to content

Commit 16bae69

Browse files
committed
Guide: Closures fix suggested by @cakebaker
1 parent 4eedd87 commit 16bae69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4210,7 +4210,7 @@ Doing this is not particularly common, but it's useful every once in a while.
42104210
That's all you need to get the hang of closures! Closures are a little bit
42114211
strange at first, but once you're used to them, you'll miss them
42124212
in other languages. Passing functions to other functions is
4213-
incredibly powerful; let's look at one of such situations: iterators.
4213+
incredibly powerful, as you will see in the following chapter about iterators.
42144214

42154215
# Iterators
42164216

0 commit comments

Comments
 (0)