Skip to content

Commit

Permalink
Update time.rs (#260)
Browse files Browse the repository at this point in the history
Fix error in description of Megahertz
  • Loading branch information
GreenPenguino authored Aug 21, 2020
1 parent f183b4f commit d976ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/time.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d976ba2

Please sign in to comment.