Skip to content

Commit

Permalink
Guide: Closures fix suggested by @cakebaker
Browse files Browse the repository at this point in the history
  • Loading branch information
chastell committed Oct 26, 2014
1 parent 4eedd87 commit 16bae69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/guide.md
Expand Up @@ -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

Expand Down

5 comments on commit 16bae69

@bors
Copy link
Contributor

@bors bors commented on 16bae69 Oct 29, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from steveklabnik
at chastell@16bae69

@bors
Copy link
Contributor

@bors bors commented on 16bae69 Oct 29, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging chastell/rust/guide_closures_fixes = 16bae69 into auto

@bors
Copy link
Contributor

@bors bors commented on 16bae69 Oct 29, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

chastell/rust/guide_closures_fixes = 16bae69 merged ok, testing candidate = 124508d

@bors
Copy link
Contributor

@bors bors commented on 16bae69 Oct 29, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 16bae69 Oct 29, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 124508d

Please sign in to comment.