From 7341bdf2d1b605438fa64d04acf5f4e25df2a444 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Delgado?= <11708972+adriandelgado@users.noreply.github.com> Date: Wed, 26 Jul 2023 15:18:06 -0500 Subject: Cleanup docs (#1797) --- crates/typst-library/src/text/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates') diff --git a/crates/typst-library/src/text/mod.rs b/crates/typst-library/src/text/mod.rs index 6cfcb7c7..ad705ca0 100644 --- a/crates/typst-library/src/text/mod.rs +++ b/crates/typst-library/src/text/mod.rs @@ -141,7 +141,7 @@ pub struct TextElem { pub weight: FontWeight, /// The desired width of the glyphs. Accepts a ratio between `{50%}` and - /// `{200%}`. When the desired weight is not available, Typst selects the + /// `{200%}`. When the desired width is not available, Typst selects the /// font from the family that is closest in stretch. This will only stretch /// the text if a condensed or expanded version of the font is available. /// -- cgit v1.2.3