mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-08 07:56:55 -04:00
Fix docs wording
This commit is contained in:
@@ -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),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user