We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c8cc70 commit 09e6665Copy full SHA for 09e6665
library/std/src/thread/scoped.rs
@@ -50,7 +50,7 @@ impl ScopeData {
50
/// The function passed to `scope` will be provided a [`Scope`] object,
51
/// through which scoped threads can be [spawned][`Scope::spawn`].
52
///
53
-/// Unlike non-scoped threads, scoped threads can non-`'static` data,
+/// Unlike non-scoped threads, scoped threads can borrow non-`'static` data,
54
/// as the scope guarantees all threads will be joined at the end of the scope.
55
56
/// All threads spawned within the scope that haven't been manually joined
0 commit comments