Skip to content

Commit

Permalink
fix capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
cemoktra committed Nov 20, 2024
1 parent 969e41d commit a7db3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status.rs
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ status_codes! {

/// 425 Too early
/// [[RFC8470, Section 5.2](https://httpwg.org/specs/rfc8470.html#status)]
(425, TOO_EARLY, "Too early");
(425, TOO_EARLY, "Too Early");

/// 426 Upgrade Required
/// [[RFC9110, Section 15.5.22](https://datatracker.ietf.org/doc/html/rfc9110#section-15.5.22)]
Expand Down

0 comments on commit a7db3cd

Please sign in to comment.