Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dropshot/src/handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ where
/// // Alternatively, an `ErrorStatusCode` can be constructed
/// // from a `u16`, but the `ErrorStatusCode::from_u16`
/// // constructor validates that the status code is a 4xx
// // or 5xx.
/// // or 5xx.
/// //
/// // This allows using extended status codes, while still
/// // ensuring that they are errors.
Expand Down