mirror of
https://github.com/tsolomko/SWCompression.git
synced 2026-06-23 14:56:41 +00:00
Comment change in deflate.
This commit is contained in:
@@ -26,7 +26,7 @@ public enum DeflateError: Error {
|
||||
case UnknownBlockType
|
||||
}
|
||||
|
||||
/// A class with decompression function of DEFLATE algorithm.
|
||||
/// Provides function to decompress data, which were compressed with DEFLATE
|
||||
public class Deflate: DecompressionAlgorithm {
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user