Skip to content

Commit 93ff8eb

Browse files
committed
---
yaml --- r: 34657 b: refs/heads/master c: 41bce91 h: refs/heads/master i: 34655: 57e2c10 v: v3
1 parent 99b96c5 commit 93ff8eb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: c87ff5e29e3192db39a6c35662165e644cde7b9d
2+
refs/heads/master: 41bce91cb871ba90caf7d3e56243141dd3390bca
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
55
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024

trunk/doc/tutorial.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1630,7 +1630,9 @@ hold on to things that can safely be sent between
16301630
processes. They copy the values they close over, much like managed
16311631
closures, but they also own them: that is, no other code can access
16321632
them. Owned closures are used in concurrent code, particularly
1633-
for spawning [tasks](#tasks).
1633+
for spawning [tasks][tasks].
1634+
1635+
[tasks]: tutorial-tasks.html
16341636

16351637
## Closure compatibility
16361638

0 commit comments

Comments
 (0)