Skip to content

Commit

Permalink
Update internal/errors/compressor.go
Browse files Browse the repository at this point in the history
Co-authored-by: Kiichiro YUKAWA <[email protected]>
  • Loading branch information
hlts2 and vankichi authored Dec 16, 2020
1 parent 78f389b commit 63becdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/errors/compressor.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var (
return Errorf("compressor %s not found", name)
}

// ErrCompressedDataNotFound returns an error of compressed data not found.
// ErrCompressedDataNotFound returns an error of compressed data is not found.
ErrCompressedDataNotFound = New("compressed data not found")

// ErrDecompressedDataNotFound returns an error of decompressed data not found.
Expand Down

0 comments on commit 63becdb

Please sign in to comment.