Skip to content

Commit

Permalink
fix: grammer
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Dec 16, 2020
1 parent 93ce44e commit 67d38f2
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 @@ -37,7 +37,7 @@ var (
// ErrCompressFailed returns an error of compress failed.
ErrCompressFailed = New("compress failed")

// ErrDecompressFailed returns an error of decompress failed.
// ErrDecompressFailed returns an error of decompressing failed.
ErrDecompressFailed = New("decompress failed")

// ErrCompressorRegistererIsNotRunning represents a function to generate an error of compressor registerers is not running.
Expand Down

0 comments on commit 67d38f2

Please sign in to comment.