From caf3990c104057729e19e9aed5d7f9bafeebe616 Mon Sep 17 00:00:00 2001 From: avitex Date: Tue, 3 Sep 2019 19:21:31 +1000 Subject: [PATCH] Fix grammar --- src/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/error.rs b/src/error.rs index 3acc429..756e197 100644 --- a/src/error.rs +++ b/src/error.rs @@ -126,7 +126,7 @@ pub enum ParseError { Unexpected(String), /// The client could not find or decode the server's authentication challenge. Authentication(String, Option), - /// The client receive data that was not UTF-8 encoded. + /// The client received data that was not UTF-8 encoded. DataNotUtf8(Vec, Utf8Error), }