diff --git a/Sources/Deflate.swift b/Sources/Deflate.swift index 0eacf836..4eb2afc8 100644 --- a/Sources/Deflate.swift +++ b/Sources/Deflate.swift @@ -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 { /**