]> git.proxmox.com Git - rustc.git/blobdiff - vendor/rayon-core/src/scope/mod.rs
New upstream version 1.63.0+dfsg1
[rustc.git] / vendor / rayon-core / src / scope / mod.rs
index 543aa26ea0e44793da5c4c219456aa39cf5062d6..f8d90ce204bf1350f274ad4b9316b1c63fe3b1ea 100644 (file)
@@ -495,7 +495,7 @@ impl<'scope> Scope<'scope> {
     /// the stack (if those variables outlive the scope) or
     /// communicate through shared channels.
     ///
-    /// (The intention is to eventualy integrate with Rust futures to
+    /// (The intention is to eventually integrate with Rust futures to
     /// support spawns of functions that compute a value.)
     ///
     /// # Examples