Skip to content

Commit 85ed287

Browse files
acceptacrosscuviper
authored andcommitted
chore: remove repetitive word
Signed-off-by: acceptacross <csqcqs@gmail.com> (cherry picked from commit 6f4bb8e)
1 parent 382c2bb commit 85ed287

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
@@ -232,7 +232,7 @@ type DeadlockHandler = dyn Fn() + Send + Sync;
232232
type StartHandler = dyn Fn(usize) + Send + Sync;
233233

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

0 commit comments

Comments
 (0)