Fix grammar

Co-authored-by: Matthias Endler <matthias@endler.dev>
This commit is contained in:
Thomas Zahner 2025-06-11 09:13:44 +02:00
parent 622bc6956f
commit 4a8587665f

View file

@ -16,7 +16,7 @@ use crate::{Uri, basic_auth::BasicAuthExtractorError, utils};
#[non_exhaustive]
pub enum ErrorKind {
/// Network error while handling request.
/// This does not include erroneous status codes, `RejectedStatusCode` will used in that case.
/// This does not include erroneous status codes, `RejectedStatusCode` will be used in that case.
#[error("Network error")]
NetworkRequest(#[source] reqwest::Error),
/// Cannot read the body of the received response