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 8c05d2b commit 905d792Copy full SHA for 905d792
rayon-core/src/internal/task.rs
@@ -71,7 +71,7 @@ pub unsafe trait ScopeHandle<'scope>: 'scope {
71
fn ok(self);
72
}
73
74
-/// Converts a Rayon structure (typicaly a `Scope` or `ThreadPool`)
+/// Converts a Rayon structure (typically a `Scope` or `ThreadPool`)
75
/// into a "scope handle". See the `ScopeHandle` trait for more
76
/// details.
77
pub trait ToScopeHandle<'scope> {
0 commit comments