mirror of
https://github.com/google/brotli.git
synced 2024-11-21 19:20:09 +00:00
Fix grammar in Section 2.
s/copy length determine /copy length determines /g
This commit is contained in:
parent
e57dbc0f5d
commit
3ab9853648
@ -283,7 +283,7 @@ One meta-block command then appears as a sequence of prefix codes:
|
||||
where the insert-and-copy defines an insertion length and a copy length.
|
||||
The insertion length determines the number of literals that immediately
|
||||
follow. The distance defines how far back to go for the copy and the
|
||||
copy length determine the number of bytes to copy. The resulting
|
||||
copy length determines the number of bytes to copy. The resulting
|
||||
uncompressed data is the sequence of bytes:
|
||||
|
||||
literal, literal, ..., literal, copy, copy, ..., copy
|
||||
|
Loading…
Reference in New Issue
Block a user