Skip to content

Commit 763ab89

Browse files
authored
Merge pull request #135 from josephlewis42/patch-1
fix zip docs
2 parents 69dec09 + 55432dc commit 763ab89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

decompress_zip.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
// ZipDecompressor is an implementation of Decompressor that can
12-
// decompress tar.gzip files.
12+
// decompress zip files.
1313
type ZipDecompressor struct{}
1414

1515
func (d *ZipDecompressor) Decompress(dst, src string, dir bool) error {

0 commit comments

Comments
 (0)