We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f68818f commit 54efd22Copy full SHA for 54efd22
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