From c044cb05a1565a1a282d90cf81bd45cdff281a5c Mon Sep 17 00:00:00 2001 From: Roy Marmelstein Date: Sat, 16 Jan 2016 19:25:21 +0100 Subject: [PATCH] Add missing e --- Zip/QuickZip.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Zip/QuickZip.swift b/Zip/QuickZip.swift index 92bfc94..9f5bc1f 100644 --- a/Zip/QuickZip.swift +++ b/Zip/QuickZip.swift @@ -53,7 +53,7 @@ extension Zip { - parameter paths: Array of NSURL filepaths. - parameter fileName: File name for the resulting zip file. - - throws: rror if zipping fails. + - throws: Error if zipping fails. - returns: NSURL of the destination folder. */ @@ -68,7 +68,7 @@ extension Zip { - parameter fileName: File name for the resulting zip file. - parameter progress: A progress closure called after unzipping each file in the archive. Double value betweem 0 and 1. - - throws: rror if zipping fails. + - throws: Error if zipping fails. - returns: NSURL of the destination folder. */ -- 2.26.2