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 45612a4 commit 556140fCopy full SHA for 556140f
1 file changed
src/object.rs
@@ -8,7 +8,7 @@ use super::*;
8
9
/// A primitive PDF object.
10
pub trait Primitive {
11
- /// Whether the primitive object starts with one of the delimiters.
+ /// Whether the primitive object starts with one of the PDF delimiter characters.
12
const HAS_DELIMITER: bool;
13
14
/// Write the object into a buffer.
0 commit comments