Skip to content

Commit

Permalink
Merge pull request #1143 from acceptacross/main
Browse files Browse the repository at this point in the history
chore: remove repetitive word
  • Loading branch information
cuviper authored Mar 12, 2024
2 parents bb24895 + 6f4bb8e commit 9ee7649
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 9ee7649

Please sign in to comment.