Fix a few typos in timer docs. (#569)

This commit is contained in:
Jason Davies
2018-08-28 11:00:42 -07:00
committed by Carl Lerche
parent d16032cf06
commit 69d90ac7ee
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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
}