status code comment

This commit is contained in:
minish 2025-12-05 01:34:21 -05:00
parent 2932798884
commit cd1b845695
Signed by: min
SSH Key Fingerprint: SHA256:mf+pUTmK92Y57BuCjlkBdd82LqztTfDCQIUp0fCKABc
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ pub enum ViewError {
/// Will send status code 500 with a plaintext "internal server error" message.
InternalServerError,
/// Sends status code 206 with a plaintext "range not satisfiable" message.
/// Sends status code 416 with a plaintext "range not satisfiable" message.
RangeNotSatisfiable,
}