Skip to content

Commit

Permalink
Concurrency is now in the "Concurrency" chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoBautista committed Mar 14, 2015
1 parent 766a4e1 commit 7130c75
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
Expand Up @@ -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

Expand Down

0 comments on commit 7130c75

Please sign in to comment.