Преглед изворни кода

Update time.rs (#260)

Fix error in description of Megahertz
codemaster97 пре 3 година
родитељ
комит
d976ba2312
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/time.rs

+ 1 - 1
src/time.rs

@@ -79,7 +79,7 @@ pub struct KiloHertz(pub u32);
 
 /// Megahertz
 ///
-/// Create a frequency specified in kilohertz.
+/// Create a frequency specified in megahertz.
 ///
 /// See also [`Hertz`] and [`KiloHertz`] for semantically correct ways of creating lower
 /// frequencies.