rust-embedded-community / rust-measurements

Metric, Imperial, and other measurement handling for Rust. Length, Temperature, Weight, and Volume
https://crates.io/crates/measurements
28 stars 10 forks source link

Fix a typo in Force::as_millinewtons and Temperature::from_fahrenheit, ... #54

Closed sunsided closed 1 year ago

sunsided commented 1 year ago

This is a microscopic change that fixes a typo in the documentation comment of Force::as_millinewtons and a variable name in the Temperature::from_fahrenheit function, as well as a Power related constant.