fix typo in ViewError::NotFound doc comment
This commit is contained in:
parent
5f8adf023f
commit
2aa97e05b4
|
@ -38,7 +38,7 @@ pub enum ViewSuccess {
|
||||||
|
|
||||||
/// Responses for a failed view operation
|
/// Responses for a failed view operation
|
||||||
pub enum ViewError {
|
pub enum ViewError {
|
||||||
/// Will send status code 404 witha plaintext "not found" message.
|
/// Will send status code 404 with a plaintext "not found" message.
|
||||||
NotFound,
|
NotFound,
|
||||||
|
|
||||||
/// Will send status code 500 with a plaintext "internal server error" message.
|
/// Will send status code 500 with a plaintext "internal server error" message.
|
||||||
|
|
Loading…
Reference in New Issue