Location (URL)
|
/// Unlike non-scoped threads, threads spawned with this function may |
|
/// borrow non-`'static` data from the outside the scope. See [`scope`] for |
|
/// details. |
Summary
I think this line might contain a typo. "from the outside the scope" might be clearer as "from outside the scope"?
Location (URL)
rust/library/std/src/thread/scoped.rs
Lines 179 to 181 in 7db0ab4
Summary
I think this line might contain a typo. "from the outside the scope" might be clearer as "from outside the scope"?