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 bb24895 commit 6f4bb8eCopy full SHA for 6f4bb8e
rayon-core/src/lib.rs
@@ -228,7 +228,7 @@ type PanicHandler = dyn Fn(Box<dyn Any + Send>) + Send + Sync;
228
type StartHandler = dyn Fn(usize) + Send + Sync;
229
230
/// The type for a closure that gets invoked when a thread exits. The
231
-/// closure is passed the index of the thread on which is is invoked.
+/// closure is passed the index of the thread on which it is invoked.
232
/// Note that this same closure may be invoked multiple times in parallel.
233
type ExitHandler = dyn Fn(usize) + Send + Sync;
234
0 commit comments