瀏覽代碼

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.