Skip to content

Commit 3a0e597

Browse files
committed
fix docs
1 parent 58cd87a commit 3a0e597

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ pub fn to_pdf(tree: &Tree, options: Options, fontdb: &fontdb::Database) -> Vec<u
175175
pdf.finish()
176176
}
177177

178-
/// Convert a [Tree](Tree) into a [`Chunk`].
178+
/// Convert a [Tree] into a [`Chunk`].
179179
///
180180
/// IMPORTANT: The fontdb that is passed to this function needs to be the
181181
/// same one that was used to convert the SVG string into a [`usvg` tree](Tree)!

0 commit comments

Comments
 (0)