mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-16 20:50:25 +00:00
Fix grammar
Co-authored-by: Matthias Endler <matthias@endler.dev>
This commit is contained in:
parent
622bc6956f
commit
4a8587665f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue