Fix typo in 'NotFound' docs: 404, not 400.

This commit is contained in:
Flarp 2017-07-17 10:31:21 -04:00 committed by Sergio Benitez
parent f87746d211
commit 69afb5c4a3
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ impl StatusClass {
/// let ok = Status::Ok;
/// ```
///
/// A status of `400 Not Found` can be insantiated via the `NotFound` constant:
/// A status of `404 Not Found` can be insantiated via the `NotFound` constant:
///
/// ```rust
/// use rocket::http::Status;