diff options
Diffstat (limited to 'vendor/criterion/src/async_executor.rs')
-rw-r--r--[-rwxr-xr-x] | vendor/criterion/src/async_executor.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/criterion/src/async_executor.rs b/vendor/criterion/src/async_executor.rs index 127af2768..a7337fb1f 100755..100644 --- a/vendor/criterion/src/async_executor.rs +++ b/vendor/criterion/src/async_executor.rs @@ -32,7 +32,7 @@ impl AsyncExecutor for FuturesExecutor { }
}
-/// Runs futures on the 'soml' crate's global executor
+/// Runs futures on the 'smol' crate's global executor
#[cfg(feature = "async_smol")]
pub struct SmolExecutor;
#[cfg(feature = "async_smol")]
|