Skip to content

Commit 1bf1142

Browse files
committed
Refer to scoped instead of spawn.
Fixes #442.
1 parent ac10efd commit 1bf1142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/threads/input.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Rust provides a mechanism for spawning native OS threads via the `spawn`
1+
Rust provides a mechanism for spawning native OS threads via the `scoped`
22
function, the argument of this function is a moving closure.
33

44
{threads.play}

0 commit comments

Comments
 (0)