mirror of
https://github.com/tsolomko/SWCompression.git
synced 2026-06-23 14:56:41 +00:00
Doc fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user