docs: the default comment was removed

This commit is contained in:
Marli Frost 2020-08-19 13:23:59 +01:00
parent f86c310fdc
commit 0e482afe2e
No known key found for this signature in database
GPG key ID: CB0BEA7CF9BD1245

View file

@ -196,7 +196,7 @@ impl<W: Write + io::Seek> ZipWriter<W> {
}
}
/// Set ZIP archive comment. Defaults to 'zip-rs' if not set.
/// Set ZIP archive comment.
pub fn set_comment<S>(&mut self, comment: S)
where
S: Into<String>,