Fix docs wording
This commit is contained in:
parent
dadd2fa68c
commit
ebcb2024d1
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue