diff options
| author | Fritz Rehde <fritzrehde.work@gmail.com> | 2023-10-30 23:25:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-30 23:25:28 +0100 |
| commit | c3114fa380d80e7268e14d631b08511b2ebf58ec (patch) | |
| tree | a0c4faba3a8dc8aa131d30d8eaba703da39c017e /crates/typst-macros/src | |
| parent | a5d72c2ac16a2608d140ac0b6d5f388b7c4ae411 (diff) | |
Fixed typos (#2524)
Diffstat (limited to 'crates/typst-macros/src')
| -rw-r--r-- | crates/typst-macros/src/func.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-macros/src/func.rs b/crates/typst-macros/src/func.rs index b67fb909..916cf419 100644 --- a/crates/typst-macros/src/func.rs +++ b/crates/typst-macros/src/func.rs @@ -119,7 +119,7 @@ fn parse(stream: TokenStream, item: &syn::ItemFn) -> Result<Func> { }) } -/// Parse details about a functino parameter. +/// Parse details about a function parameter. fn parse_param( special: &mut SpecialParams, params: &mut Vec<Param>, |
