We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f03a8b commit 428d142Copy full SHA for 428d142
src/pressure.rs
@@ -8,8 +8,8 @@ use super::measurement::*;
8
/// ```
9
/// use measurements::Pressure;
10
///
11
-/// let earth = Pressue::from_atmospheres(1.0);
12
-/// let mbar = earth.as_mbar();
+/// let earth = Pressure::from_atmospheres(1.0);
+/// let mbar = earth.as_millibars();
13
/// println!("Atmospheric pressure is {} mbar.", mbar);
14
15
#[derive(Copy, Clone, Debug)]
0 commit comments