This commit is contained in:
Brian Antonelli
2019-02-20 22:52:59 -05:00
committed by GitHub
parent 08bea5ad53
commit 02e9f4d941
+1 -1
View File
@@ -130,7 +130,7 @@ However, it is unlikely that you will encounter deflated data outside of any arc
So, in case of GZip archive you should use:
```swift
let decompressedData = try? GzipArchive.unarchive(archiveData: data)
let decompressedData = try? GzipArchive.unarchive(archive: data)
```
### Handling Errors