summaryrefslogtreecommitdiff
path: root/crates/typst-pdf
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-03-09 17:56:56 +0100
committerGitHub <noreply@github.com>2024-03-09 16:56:56 +0000
commita2d097686f01b2834f4a9b313bd9c1c692210479 (patch)
tree727b2106239b21e398a1105b155b57da870a36b3 /crates/typst-pdf
parent15ac6c316610b5931e81a4dad2c5fd172f4ed944 (diff)
Update changelog and roadmap (#3594)
Diffstat (limited to 'crates/typst-pdf')
-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 1e425f01..49ec0d86 100644
--- a/crates/typst-pdf/src/lib.rs
+++ b/crates/typst-pdf/src/lib.rs
@@ -1,4 +1,4 @@
-//! Exporting into PDF documents.
+//! Exporting of Typst documents into PDFs.
mod color;
mod extg;