rust-embedded / rust-i2cdev

Rust library for interfacing with i2c devices under Linux
Apache License 2.0
207 stars 53 forks source link

Fix celsisus to celsius #23

Closed jeenalee closed 8 years ago

jeenalee commented 8 years ago

This patch fixes a minor typo in src/sensors/mod.rs. celsius was spelled incorrectly in the comment.

posborne commented 8 years ago

Thanks @jeenalee, looks good to me!