Fix docs wording
parent
dadd2fa68c
commit
ebcb2024d1
|
@ -108,7 +108,7 @@ pub enum Error {
|
||||||
#[error(transparent)]
|
#[error(transparent)]
|
||||||
StateStore(#[from] StoreError),
|
StateStore(#[from] StoreError),
|
||||||
|
|
||||||
/// An error encountered when trying to parse an invalid identifier string.
|
/// An error encountered when trying to parse an identifier.
|
||||||
#[error(transparent)]
|
#[error(transparent)]
|
||||||
Identifier(#[from] IdentifierError),
|
Identifier(#[from] IdentifierError),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue