Commit c044cb05 authored by Roy Marmelstein's avatar Roy Marmelstein

Add missing e

parent 26f376da
...@@ -53,7 +53,7 @@ extension Zip { ...@@ -53,7 +53,7 @@ extension Zip {
- parameter paths: Array of NSURL filepaths. - parameter paths: Array of NSURL filepaths.
- parameter fileName: File name for the resulting zip file. - 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. - returns: NSURL of the destination folder.
*/ */
...@@ -68,7 +68,7 @@ extension Zip { ...@@ -68,7 +68,7 @@ extension Zip {
- parameter fileName: File name for the resulting zip file. - 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. - 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. - returns: NSURL of the destination folder.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment