diff --git a/src/write.rs b/src/write.rs index 92be7c67..945a3ad3 100644 --- a/src/write.rs +++ b/src/write.rs @@ -196,7 +196,7 @@ impl ZipWriter { } } - /// Set ZIP archive comment. Defaults to 'zip-rs' if not set. + /// Set ZIP archive comment. pub fn set_comment(&mut self, comment: S) where S: Into,