summaryrefslogtreecommitdiff
path: root/crates/typst-library/src/foundations
diff options
context:
space:
mode:
authorLudovico Gerardi <ludovico.gerardi@posteo.it>2025-03-10 12:39:30 +0100
committerGitHub <noreply@github.com>2025-03-10 11:39:30 +0000
commite66e190a21be9fdb62191d023362154d7c24ffa9 (patch)
treed87a7cc3d13e434d59d4dd8f90be479300e0a3ec /crates/typst-library/src/foundations
parentdb9a83d9fc2c9928bcfbc78ccafc2a799ccca2f0 (diff)
Fix typo in docs (#6034)
Diffstat (limited to 'crates/typst-library/src/foundations')
-rw-r--r--crates/typst-library/src/foundations/func.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-library/src/foundations/func.rs b/crates/typst-library/src/foundations/func.rs
index 66c6b70a..27eb34ea 100644
--- a/crates/typst-library/src/foundations/func.rs
+++ b/crates/typst-library/src/foundations/func.rs
@@ -112,7 +112,7 @@ use crate::foundations::{
/// it into another file by writing `{import "foo.typ": alert}`.
///
/// # Unnamed functions { #unnamed }
-/// You can also created an unnamed function without creating a binding by
+/// You can also create an unnamed function without creating a binding by
/// specifying a parameter list followed by `=>` and the function body. If your
/// function has just one parameter, the parentheses around the parameter list
/// are optional. Unnamed functions are mainly useful for show rules, but also