We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c93f5e1 commit d57cc0dCopy full SHA for d57cc0d
docs/src/index.md
@@ -56,12 +56,12 @@ Codecs are defined in other packages listed below:
56
<td rowspan="2"><a href="https://tools.ietf.org/html/rfc1951">RFC1951</a></td>
57
<td><code>DeflateCompression</code></td>
58
<td><code>DeflateCompressionStream</code></td>
59
- <td>Compress data in zlib format.</td>
+ <td>Compress data in deflate format.</td>
60
</tr>
61
<tr>
62
<td><code>DeflateDecompression</code></td>
63
<td><code>DeflateDecompressionStream</code></td>
64
- <td>Decompress data in zlib format.</td>
+ <td>Decompress data in deflate format.</td>
65
66
67
<td rowspan="2"><a href="https://github.com/bicycle1885/CodecBzip2.jl">CodecBzip2.jl</a></td>
0 commit comments