Fix errors in doc comments
This commit is contained in:
parent
13b9041511
commit
db4b4d990d
5 changed files with 12 additions and 12 deletions
|
@ -4,7 +4,7 @@ use super::{device::Obd2BaseDevice, Error, Obd2Device, Result};
|
|||
|
||||
/// An OBD-II interface
|
||||
///
|
||||
/// Wraps an implementor of [Obd2BaseDevice] to allow for higher-level usage of the OBD-II
|
||||
/// Wraps an implementer of [Obd2BaseDevice] to allow for higher-level usage of the OBD-II
|
||||
/// interface.
|
||||
#[derive(Default)]
|
||||
pub struct Obd2<T: Obd2BaseDevice> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue