summaryrefslogtreecommitdiff
path: root/crates/typst-render/src
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-render/src
parent15ac6c316610b5931e81a4dad2c5fd172f4ed944 (diff)
Update changelog and roadmap (#3594)
Diffstat (limited to 'crates/typst-render/src')
-rw-r--r--crates/typst-render/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-render/src/lib.rs b/crates/typst-render/src/lib.rs
index 6fce5c94..5d116e49 100644
--- a/crates/typst-render/src/lib.rs
+++ b/crates/typst-render/src/lib.rs
@@ -1,4 +1,4 @@
-//! Rendering into raster images.
+//! Rendering of Typst documents into raster images.
use std::io::Read;
use std::sync::Arc;