Update doc comment

This commit is contained in:
Thomas Zahner 2025-05-02 14:06:20 +02:00
parent 2ca69f4407
commit 341f75e11b

View file

@ -145,7 +145,7 @@ pub enum ErrorKind {
#[error("Invalid status code: {0}")]
InvalidStatusCode(u16),
/// The given status code might be considered valid but was rejected as because of the configuration
/// The given status code was not accepted (this depends on the `accept` configuration)
#[error(r#"Rejected status code: {0} (this depends on your "accept" configuration)"#)]
RejectedStatusCode(StatusCode),