We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efc6da8 commit 6c110b4Copy full SHA for 6c110b4
1 file changed
src/chunk.rs
@@ -5,7 +5,7 @@ use super::*;
5
pub struct WriteSettings {
6
/// Whether to enable pretty-writing. In this case, `pdf-writer` will serialize PDFs in such
7
/// 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
+ /// the cost of larger file sizes. If disabled, `pdf-writer` will serialize objects as compactly
9
/// as possible, leading to better file sizes but making it harder to inspect the file manually.
10
pub pretty: bool,
11
}
0 commit comments