identifiers-validation: Fix docs
This commit is contained in:
parent
d36d005b97
commit
85e3df7c76
@ -15,9 +15,9 @@ pub enum Error {
|
||||
InvalidLocalPart,
|
||||
/// The server name part of the the ID string is not a valid server name.
|
||||
InvalidServerName,
|
||||
/// The ID exceeds 255 bytes (or 32 codepoints for a room version ID.)
|
||||
/// The ID exceeds 255 bytes (or 32 codepoints for a room version ID).
|
||||
MaximumLengthExceeded,
|
||||
/// The ID is less than 4 characters (or is an empty room version ID.)
|
||||
/// The ID is less than 4 characters (or is an empty room version ID).
|
||||
MinimumLengthNotSatisfied,
|
||||
/// The ID is missing the colon delimiter between localpart and server name.
|
||||
MissingDelimiter,
|
||||
|
Loading…
x
Reference in New Issue
Block a user