Fix grammar

This commit is contained in:
avitex 2019-09-03 19:21:31 +10:00
parent ff48dc9755
commit caf3990c10
No known key found for this signature in database
GPG key ID: 38C76CBF3749D62C

View file

@ -126,7 +126,7 @@ pub enum ParseError {
Unexpected(String),
/// The client could not find or decode the server's authentication challenge.
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),
}