Fix tutorial link to tasks

Closes #3715
This commit is contained in:
Tim Chevalier 2012-10-11 14:10:05 -07:00
parent c87ff5e29e
commit 41bce91cb8
1 changed files with 3 additions and 1 deletions

View File

@ -1630,7 +1630,9 @@ hold on to things that can safely be sent between
processes. They copy the values they close over, much like managed
closures, but they also own them: that is, no other code can access
them. Owned closures are used in concurrent code, particularly
for spawning [tasks](#tasks).
for spawning [tasks][tasks].
[tasks]: tutorial-tasks.html
## Closure compatibility