diff --git a/crates/bevy_core/src/task_pool_options.rs b/crates/bevy_core/src/task_pool_options.rs index d4ab934407..af910b1138 100644 --- a/crates/bevy_core/src/task_pool_options.rs +++ b/crates/bevy_core/src/task_pool_options.rs @@ -39,7 +39,7 @@ pub struct DefaultTaskPoolOptions { /// If the number of physical cores is less than min_total_threads, force using /// min_total_threads pub min_total_threads: usize, - /// If the number of physical cores is grater than max_total_threads, force using + /// If the number of physical cores is greater than max_total_threads, force using /// max_total_threads pub max_total_threads: usize,