Skip to content

Commit d976ba2

Browse files
Update time.rs (#260)
Fix error in description of Megahertz
1 parent f183b4f commit d976ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/time.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ pub struct KiloHertz(pub u32);
7979

8080
/// Megahertz
8181
///
82-
/// Create a frequency specified in kilohertz.
82+
/// Create a frequency specified in megahertz.
8383
///
8484
/// See also [`Hertz`] and [`KiloHertz`] for semantically correct ways of creating lower
8585
/// frequencies.

0 commit comments

Comments
 (0)