Explorar o código

Update time.rs (#260)

Fix error in description of Megahertz
codemaster97 %!s(int64=3) %!d(string=hai) anos
pai
achega
d976ba2312
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.