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 382c2bb commit 85ed287Copy full SHA for 85ed287
rayon-core/src/lib.rs
@@ -232,7 +232,7 @@ type DeadlockHandler = dyn Fn() + Send + Sync;
232
type StartHandler = dyn Fn(usize) + Send + Sync;
233
234
/// The type for a closure that gets invoked when a thread exits. The
235
-/// 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.
236
/// Note that this same closure may be invoked multiple times in parallel.
237
type ExitHandler = dyn Fn(usize) + Send + Sync;
238
0 commit comments