Merge pull request #1144 from hellojaewon/master

Fix typo
This commit is contained in:
Tatsuhiro Tsujikawa 2018-03-13 23:04:05 +09:00 committed by GitHub
commit 9aa6002c37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -951,7 +951,7 @@ output_length
The length of the compressed header block.
percentage_of_original_size
``input_length`` / ``output_length`` * 100
``output_length`` / ``input_length`` * 100
wire
The compressed header block as a hex string.