mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
docs: fix typos (#6118)
This commit is contained in:
@@ -205,7 +205,7 @@ async fn reset() {
|
||||
}
|
||||
|
||||
#[tokio::test(start_paused = true)]
|
||||
async fn reset_immediatelly() {
|
||||
async fn reset_immediately() {
|
||||
let start = Instant::now();
|
||||
|
||||
// This is necessary because the timer is only so granular, and in order for
|
||||
|
||||
Reference in New Issue
Block a user