Skip to content

Commit 6c110b4

Browse files
committed
Typo
1 parent efc6da8 commit 6c110b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/chunk.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use super::*;
55
pub struct WriteSettings {
66
/// Whether to enable pretty-writing. In this case, `pdf-writer` will serialize PDFs in such
77
/// a way that they are easier to read by humans by applying more padding and indentation, at
8-
/// the cost of higher file sizes. If disabled, `pdf-writer` will serialize objects as compactly
8+
/// the cost of larger file sizes. If disabled, `pdf-writer` will serialize objects as compactly
99
/// as possible, leading to better file sizes but making it harder to inspect the file manually.
1010
pub pretty: bool,
1111
}

0 commit comments

Comments
 (0)