Fixed a comment

This commit is contained in:
Veloman Yunkan 2020-05-26 14:04:18 +04:00
parent 886ae17274
commit 50a850f3a9
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ class ByteRange
// This is a response to a regular (non-range) request // This is a response to a regular (non-range) request
RESOLVED_FULL_CONTENT, RESOLVED_FULL_CONTENT,
// The range request is valid but unsatisfiable // The range request is invalid or unsatisfiable
RESOLVED_UNSATISFIABLE, RESOLVED_UNSATISFIABLE,
// This is a response to a (satisfiable) range request // This is a response to a (satisfiable) range request