summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrián Delgado <11708972+adriandelgado@users.noreply.github.com>2025-06-30 03:27:42 -0500
committerGitHub <noreply@github.com>2025-06-30 08:27:42 +0000
commit880f56c90db69a892f0beb3e3fa251c9f3e986d0 (patch)
tree92a6f9fc2b631813f5b4734f833864bcaeebcc5e
parenta6cf0247b211974240ac2245c92a328245d16b5d (diff)
Fix typo in PDF standard CLI help (#6518)
-rw-r--r--crates/typst-pdf/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-pdf/src/lib.rs b/crates/typst-pdf/src/lib.rs
index 4e0b7430..88c6ee55 100644
--- a/crates/typst-pdf/src/lib.rs
+++ b/crates/typst-pdf/src/lib.rs
@@ -172,7 +172,7 @@ pub enum PdfStandard {
/// PDF/A-2u.
#[serde(rename = "a-2u")]
A_2u,
- /// PDF/A-3u.
+ /// PDF/A-3b.
#[serde(rename = "a-3b")]
A_3b,
/// PDF/A-3u.