From 480e7dfebc4b40cb08157a69688164bb65dcc0fe Mon Sep 17 00:00:00 2001 From: Timofey Solomko Date: Sat, 12 Nov 2016 19:16:49 +0300 Subject: [PATCH] Comment change in deflate. --- Sources/Deflate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { /**