Fix grammar
This commit is contained in:
parent
ff48dc9755
commit
caf3990c10
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ pub enum ParseError {
|
||||||
Unexpected(String),
|
Unexpected(String),
|
||||||
/// The client could not find or decode the server's authentication challenge.
|
/// The client could not find or decode the server's authentication challenge.
|
||||||
Authentication(String, Option<DecodeError>),
|
Authentication(String, Option<DecodeError>),
|
||||||
/// The client receive data that was not UTF-8 encoded.
|
/// The client received data that was not UTF-8 encoded.
|
||||||
DataNotUtf8(Vec<u8>, Utf8Error),
|
DataNotUtf8(Vec<u8>, Utf8Error),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue