We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7865ba commit 13850a6Copy full SHA for 13850a6
book/src/07_threads/04_scoped_threads.md
@@ -27,7 +27,7 @@ Let's unpack what's happening.
27
## `scope`
28
29
The `std::thread::scope` function creates a new **scope**.\
30
-`std::thread::scope` takes as input a closure, with a single argument: a `Scope` instance.
+`std::thread::scope` takes a closure as input, with a single argument: a `Scope` instance.
31
32
## Scoped spawns
33
0 commit comments