Skip to content

Commit 6f4bb8e

Browse files
committed
chore: remove repetitive word
Signed-off-by: acceptacross <[email protected]>
1 parent bb24895 commit 6f4bb8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rayon-core/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ type PanicHandler = dyn Fn(Box<dyn Any + Send>) + Send + Sync;
228228
type StartHandler = dyn Fn(usize) + Send + Sync;
229229

230230
/// 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.
231+
/// closure is passed the index of the thread on which it is invoked.
232232
/// Note that this same closure may be invoked multiple times in parallel.
233233
type ExitHandler = dyn Fn(usize) + Send + Sync;
234234

0 commit comments

Comments
 (0)