Skip to content

Commit 1788e30

Browse files
committed
Small fixes
1 parent 59c7ad0 commit 1788e30

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,8 @@ pub use self::object::{
198198
Rect, Ref, Rewrite, Str, Stream, TextStr, TextStrLike, TextStrWithLang, TypedArray,
199199
TypedDict, Writer,
200200
};
201-
202201
use self::writers::*;
202+
203203
use crate::chunk::WriteSettings;
204204
use std::fmt::{self, Debug, Formatter};
205205
use std::io::Write;

src/object.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ impl<'a> Obj<'a> {
651651
/// Write a primitive object.
652652
#[inline]
653653
pub fn primitive<T: Primitive>(self, value: T) {
654-
// Normally, we need to separate different PDF objects by a whitespace. he key to the
654+
// Normally, we need to separate different PDF objects by a whitespace. the key to the
655655
// optimizations applied here are explained in 7.2.3 in the PDF reference:
656656
// > The delimiter characters (, ), <, >, [, ], /, and % are special. They
657657
// > delimit syntactic entities such as arrays, names, and comments. Any of these

0 commit comments

Comments
 (0)