Skip to content

Commit 556140f

Browse files
committed
Adapt wording
1 parent 45612a4 commit 556140f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/object.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use super::*;
88

99
/// A primitive PDF object.
1010
pub trait Primitive {
11-
/// Whether the primitive object starts with one of the delimiters.
11+
/// Whether the primitive object starts with one of the PDF delimiter characters.
1212
const HAS_DELIMITER: bool;
1313

1414
/// Write the object into a buffer.

0 commit comments

Comments
 (0)