Skip to content

Commit abecf42

Browse files
committed
chore: fix typo
1 parent 31993a2 commit abecf42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/write.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ impl<A: Read + Write + Seek> ZipWriter<A> {
745745
/// [`Self::finish()`].
746746
///
747747
///```
748-
/// # #[cfg(any(feature = "deflate-flate2"), not(feature = "_deflate-any"))]
748+
/// # #[cfg(any(feature = "deflate-flate2", not(feature = "_deflate-any")))]
749749
/// # fn main() -> Result<(), zip::result::ZipError> {
750750
/// use std::io::{Cursor, prelude::*};
751751
/// use zip::{ZipArchive, ZipWriter, write::SimpleFileOptions};

0 commit comments

Comments
 (0)