From 13a003c0c70346259676863e487ec21c7e027f4c Mon Sep 17 00:00:00 2001 From: Jake Welton Date: Sat, 11 Jun 2016 21:52:27 +0100 Subject: [PATCH] Fix grammar error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fab0bd..ae93502 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ catch { ## Advanced Zip -For more advanced usage, Zip has functions that let you set custom destination paths, work with password protected zips and use a progress handling closure. These function throw if there is an error but don't return. +For more advanced usage, Zip has functions that let you set custom destination paths, work with password protected zips and use a progress handling closure. These functions throw if there is an error but don't return. ```swift do { let filePath = NSBundle.mainBundle().URLForResource("file", withExtension: "zip")! -- 2.26.2