Fix docs wording

master
Kévin Commaille 2021-04-11 16:39:49 +02:00
parent dadd2fa68c
commit ebcb2024d1
No known key found for this signature in database
GPG Key ID: 483BCF4C5AF1E1E5
1 changed files with 1 additions and 1 deletions

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),
}