Fix docs wording

This commit is contained in:
Kévin Commaille
2021-04-11 16:39:49 +02:00
parent dadd2fa68c
commit ebcb2024d1

View File

@@ -108,7 +108,7 @@ pub enum Error {
#[error(transparent)]
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)]
Identifier(#[from] IdentifierError),
}