Fix errors in doc comments
This commit is contained in:
parent
13b9041511
commit
db4b4d990d
5 changed files with 12 additions and 12 deletions
|
@ -3,7 +3,7 @@ pub type Result<T> = std::result::Result<T, Error>;
|
|||
/// An error with OBD-II communication
|
||||
#[derive(thiserror::Error, Debug)]
|
||||
pub enum Error {
|
||||
/// An error occured in the [Odb2BaseDevice](crate::device::Obd2BaseDevice)
|
||||
/// An error occurred in the [Odb2BaseDevice](crate::device::Obd2BaseDevice)
|
||||
#[error("Device error: `{0:?}`")]
|
||||
Device(DeviceError),
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue