Skip to content

Commit 344ef8f

Browse files
committed
Small tweak
1 parent b01c4e1 commit 344ef8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ impl Pdf {
310310
/// Write the cross-reference stream and file trailer and return the
311311
/// underlying buffer. This method is functionally the same as [`Pdf::finish`],
312312
/// the difference being that the cross-reference information is written as a
313-
/// cross-reference stream instead of a cross-reference table. Cross-reference stream
313+
/// cross-reference stream instead of a cross-reference table. Cross-reference streams
314314
/// usually allow for smaller file sizes since they can also be compressed (see below),
315315
/// but are only available from PDF 1.5 onwards. It is also necessary to call
316316
/// this method instead of [`Pdf::finish`] in case object stream are used anywhere

0 commit comments

Comments
 (0)