From 0e482afe2ee558559a24aa762d2fa51ddeefc695 Mon Sep 17 00:00:00 2001 From: Marli Frost Date: Wed, 19 Aug 2020 13:23:59 +0100 Subject: [PATCH] docs: the default comment was removed --- src/write.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,