mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-21 00:00:10 +02:00
Fix a few typos in timer docs. (#569)
This commit is contained in:
committed by
Carl Lerche
parent
d16032cf06
commit
69d90ac7ee
@@ -75,7 +75,7 @@ where
|
||||
}
|
||||
|
||||
/// Return the number of milliseconds that have elapsed since the timing
|
||||
/// wheele's creation.
|
||||
/// wheel's creation.
|
||||
pub fn elapsed(&self) -> u64 {
|
||||
self.elapsed
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user