Skip to content

Commit af3857b

Browse files
authored
Merge pull request #23 from jeenalee/celsius
Fix celsisus to celsius
2 parents 02fd196 + c0d298f commit af3857b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sensors/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pub trait Accelerometer {
3535
pub trait Thermometer {
3636
type Error: Error;
3737

38-
/// Get na temperature from the sensor in degrees celsisus
38+
/// Get a temperature from the sensor in degrees celsius
3939
///
4040
/// Returns Some(temperature) if available, otherwise returns
4141
/// None

0 commit comments

Comments
 (0)