Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlansneff authored and aclysma committed Aug 29, 2020
1 parent ef8a444 commit d538b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_tasks/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ impl TaskPoolBuilder {
.compare_and_swap(ptr::null_mut(), &mut*pool, Ordering::SeqCst)
.is_null()
{
panic!("GLOBAL_TASK_POLL can only be set once");
panic!("GLOBAL_TASK_POOL can only be set once");
}
mem::forget(pool);
}
Expand Down

0 comments on commit d538b09

Please sign in to comment.