summaryrefslogtreecommitdiff
path: root/crates/typst-docs/src
diff options
context:
space:
mode:
authorFritz Rehde <fritzrehde.work@gmail.com>2023-10-30 23:25:28 +0100
committerGitHub <noreply@github.com>2023-10-30 23:25:28 +0100
commitc3114fa380d80e7268e14d631b08511b2ebf58ec (patch)
treea0c4faba3a8dc8aa131d30d8eaba703da39c017e /crates/typst-docs/src
parenta5d72c2ac16a2608d140ac0b6d5f388b7c4ae411 (diff)
Fixed typos (#2524)
Diffstat (limited to 'crates/typst-docs/src')
-rw-r--r--crates/typst-docs/src/model.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-docs/src/model.rs b/crates/typst-docs/src/model.rs
index 46d979a2..580ae0d3 100644
--- a/crates/typst-docs/src/model.rs
+++ b/crates/typst-docs/src/model.rs
@@ -88,7 +88,7 @@ pub struct FuncModel {
pub element: bool,
pub details: Html,
/// This example is only for nested function models. Others can have
- /// their example directly in their detals.
+ /// their example directly in their details.
pub example: Option<Html>,
#[serde(rename = "self")]
pub self_: bool,