diff --git a/lib/src/http/status.rs b/lib/src/http/status.rs index 7e767a91..9601b42a 100644 --- a/lib/src/http/status.rs +++ b/lib/src/http/status.rs @@ -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;