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 76c44c5 commit ea4533aCopy full SHA for ea4533a
docs/src/index.md
@@ -33,7 +33,7 @@ won't need to explicitly install the TranscodingStreams.jl package unless you
33
will use lower-level interfaces of it. Each codec package defines some codec
34
types, which is a subtype of `TranscodingStreams.Codec`, and their
35
corresponding transcoding stream aliases. These aliases are partially
36
-instantiated by a codec type; for example, `GzipDecompressionStream{S}` is an
+instantiated by a codec type; for example, `GzipDecompressorStream{S}` is an
37
alias of `TranscodingStream{GzipDecompressor,S}`, where `S` is a subtype of
38
`IO`.
39
0 commit comments