Minor fixes to codebase and docs.
This commit is contained in:
parent
de201f3cfa
commit
5d159644a4
|
@ -1,4 +1,4 @@
|
|||
# Embedded Uptime
|
||||
# Embedded Unit Converter
|
||||
|
||||
Embed a small bit of code that converts between units of measure, e.g. Fahrenheit to Celsius.
|
||||
|
||||
|
|
|
@ -11,4 +11,4 @@ mod tests {
|
|||
fn conversion_celsius_to_fahrenheit() {
|
||||
assert_eq!(convert_celsius_to_fahrenheit(25.0), 77.0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue