Skip to content

Commit

Permalink
Rollup merge of #23368 - EduardoBautista:fix-closures-chapter, r=stev…
Browse files Browse the repository at this point in the history
…eklabnik

   "body": null,
  • Loading branch information
Manishearth committed Mar 15, 2015
2 parents 09e5a7a + 7130c75 commit d66d0b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/trpl/closures.md
Original file line number Diff line number Diff line change
@@ -68,7 +68,7 @@ is that a moving closure always takes ownership of all variables that
it uses. Ordinary closures, in contrast, just create a reference into
the enclosing stack frame. Moving closures are most useful with Rust's
concurrency features, and so we'll just leave it at this for
now. We'll talk about them more in the "Threads" section of the guide.
now. We'll talk about them more in the "Concurrency" chapter of the book.

## Accepting closures as arguments

0 comments on commit d66d0b3

Please sign in to comment.