Fix errors in doc comments

This commit is contained in:
Robert Sammelson 2023-05-31 21:23:54 -04:00
parent 13b9041511
commit db4b4d990d
No known key found for this signature in database
GPG key ID: 92F1F04EDB06B9E9
5 changed files with 12 additions and 12 deletions

View file

@ -59,7 +59,7 @@ impl fmt::Display for Dtc {
}
}
/// Data retreived when reading an oxygen sensor
/// Data retrieved when reading an oxygen sensor
pub struct OxygenSensorData {
/// The current voltage reading (V)
pub voltage: f32,