fix typo in ViewError::NotFound doc comment

This commit is contained in:
minish 2023-12-07 13:21:13 -05:00
parent 5f8adf023f
commit 2aa97e05b4
Signed by: min
GPG Key ID: FEECFF24EF0CE9E9
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ pub enum ViewSuccess {
/// Responses for a failed view operation
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,
/// Will send status code 500 with a plaintext "internal server error" message.