diff --git a/lychee-lib/src/types/error.rs b/lychee-lib/src/types/error.rs index 0652131..be84c20 100644 --- a/lychee-lib/src/types/error.rs +++ b/lychee-lib/src/types/error.rs @@ -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