diff options
| author | Ludovico Gerardi <ludovico.gerardi@posteo.it> | 2025-03-10 12:39:30 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-10 11:39:30 +0000 |
| commit | e66e190a21be9fdb62191d023362154d7c24ffa9 (patch) | |
| tree | d87a7cc3d13e434d59d4dd8f90be479300e0a3ec | |
| parent | db9a83d9fc2c9928bcfbc78ccafc2a799ccca2f0 (diff) | |
Fix typo in docs (#6034)
| -rw-r--r-- | crates/typst-library/src/foundations/func.rs | 2 |
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 |
