Skip to content

Commit 905d792

Browse files
authored
Fix typo in task.rs code-comment
Just fixing a typo: s/typicaly/typically/
1 parent 8c05d2b commit 905d792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rayon-core/src/internal/task.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ pub unsafe trait ScopeHandle<'scope>: 'scope {
7171
fn ok(self);
7272
}
7373

74-
/// Converts a Rayon structure (typicaly a `Scope` or `ThreadPool`)
74+
/// Converts a Rayon structure (typically a `Scope` or `ThreadPool`)
7575
/// into a "scope handle". See the `ScopeHandle` trait for more
7676
/// details.
7777
pub trait ToScopeHandle<'scope> {

0 commit comments

Comments
 (0)