chore: fix typo

This commit is contained in:
Chris Hennick 2024-05-09 18:34:03 -07:00 committed by GitHub
parent df8479ac4f
commit 113d18c6a0
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -732,7 +732,7 @@ impl<W: Write + Seek> ZipWriter<W> {
) -> ZipResult<()>
where
S: Into<Box<str>> + ToOwned<Owned = SToOwned>,
SOwned: Into<Box<str>>
SToOwned: Into<Box<str>>
{
self.finish_file()?;