Open xpgdk opened 2 years ago
The typespecs state that {:ok, String.t()} is returned on success, but :zip.create will return {:ok, [char()]}.
Thank you very much for this PR. Would it make sense to fix the typespec instead, so that users of the API are not broken by the next release?
@xou good point. I'll try to change the typespec instead and make a new PR
The typespecs state that {:ok, String.t()} is returned on success, but :zip.create will return {:ok, [char()]}.