Skip to content

Commit d53ef3b

Browse files
committed
Update doc comment
1 parent 68d7f1e commit d53ef3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lychee-lib/src/types/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ pub enum ErrorKind {
143143
#[error("Invalid status code: {0}")]
144144
InvalidStatusCode(u16),
145145

146-
/// The given status code might be considered valid but was rejected as because of the configuration
146+
/// The given status code was not accepted (this depends on the `accept` configuration)
147147
#[error(r#"Rejected status code: {0} (this depends on your "accept" configuration)"#)]
148148
RejectedStatusCode(StatusCode),
149149

0 commit comments

Comments
 (0)