Skip to content

Commit ea4533a

Browse files
authored
Fix docs typo (#245)
1 parent 76c44c5 commit ea4533a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ won't need to explicitly install the TranscodingStreams.jl package unless you
3333
will use lower-level interfaces of it. Each codec package defines some codec
3434
types, which is a subtype of `TranscodingStreams.Codec`, and their
3535
corresponding transcoding stream aliases. These aliases are partially
36-
instantiated by a codec type; for example, `GzipDecompressionStream{S}` is an
36+
instantiated by a codec type; for example, `GzipDecompressorStream{S}` is an
3737
alias of `TranscodingStream{GzipDecompressor,S}`, where `S` is a subtype of
3838
`IO`.
3939

0 commit comments

Comments
 (0)