Skip to content

Commit

Permalink
chore: remove repetitive word
Browse files Browse the repository at this point in the history
Signed-off-by: acceptacross <[email protected]>
  • Loading branch information
acceptacross committed Mar 12, 2024
1 parent bb24895 commit 6f4bb8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rayon-core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ type PanicHandler = dyn Fn(Box<dyn Any + Send>) + Send + Sync;
type StartHandler = dyn Fn(usize) + Send + Sync;

/// The type for a closure that gets invoked when a thread exits. The
/// 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.
/// Note that this same closure may be invoked multiple times in parallel.
type ExitHandler = dyn Fn(usize) + Send + Sync;

Expand Down

0 comments on commit 6f4bb8e

Please sign in to comment.