Comment change in deflate.

This commit is contained in:
Timofey Solomko
2016-11-12 19:16:49 +03:00
parent e889850e77
commit 480e7dfebc
+1 -1
View File
@@ -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 {
/**