diff options
| author | Robin <mewmew@users.noreply.github.com> | 2025-07-09 14:01:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-09 12:01:57 +0000 |
| commit | e5e813219edd3553535c4c6cf885138dbc9f3f9a (patch) | |
| tree | 6109eab4cca15075f313c5b5a5aa81ac2cd64088 /crates | |
| parent | 52a708b988cf7d13898194e886790acb7edd510f (diff) | |
Fix typo of Typst domain in quote docs (#6573)
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/typst-library/src/model/quote.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-library/src/model/quote.rs b/crates/typst-library/src/model/quote.rs index 9960b758..5ce4a92f 100644 --- a/crates/typst-library/src/model/quote.rs +++ b/crates/typst-library/src/model/quote.rs @@ -102,7 +102,7 @@ pub struct QuoteElem { /// } /// /// #quote( - /// attribution: link("https://typst.app/home")[typst.com] + /// attribution: link("https://typst.app/home")[typst.app] /// )[ /// Compose papers faster /// ] |
