chore: fix some typos (#7585)

Signed-off-by: redistay <wujunjing@outlook.com>
This commit is contained in:
redistay
2024-04-02 21:41:54 +08:00
committed by GitHub
parent db6bf547a9
commit 1cfc9b6139
4 changed files with 4 additions and 4 deletions

View File

@@ -1682,7 +1682,7 @@ mod tests {
}
}
}
// No mutliple ticks in the `interval` time.
// No multiple ticks in the `interval` time.
// Values in "times" are unique and are less than normal tokio interval.
// See previous test (test_tokio_time_interval_sleep) for comparison.
let times2: HashSet<u128> = HashSet::from_iter(times.clone());