Skip to content

Commit

Permalink
Stoooooooop
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenzV committed Jan 21, 2024
1 parent 0531699 commit ee42a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ impl Default for Options {
/// Does not load any fonts and consequently cannot convert `text` elements. To
/// convert text, you should convert your source string to a
/// [`usvg` tree](Tree) manually,
/// [convert text with usvg](usvg::Tree::postprocess) and then use
/// [convert text with usvg](usvg::TreePostProc::postprocess) and then use
/// [`convert_tree`].
///
/// Returns an error if the SVG string is malformed.
Expand Down

0 comments on commit ee42a22

Please sign in to comment.