mirror of https://github.com/rwf2/Rocket.git
Fix typo in 'NotFound' docs: 404, not 400.
This commit is contained in:
parent
f87746d211
commit
69afb5c4a3
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue