diff options
| author | Robin <mewmew@users.noreply.github.com> | 2025-07-07 16:15:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-07 14:15:10 +0000 |
| commit | 51ab5b815c0553c866e3a5e9f1c2331902d9e6aa (patch) | |
| tree | 7613bd25aaeafc8c6eedd92784e6581d6aefeaf2 /crates/typst-library/src | |
| parent | d1deb80bb8b4d5fad348c23a3e079e4854aa57e4 (diff) | |
Fix minor typo in function docs (#6542)
Diffstat (limited to 'crates/typst-library/src')
| -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 9ef81289..dd999ddc 100644 --- a/crates/typst-library/src/foundations/func.rs +++ b/crates/typst-library/src/foundations/func.rs @@ -20,7 +20,7 @@ use crate::foundations::{ /// /// You can call a function by writing a comma-separated list of function /// _arguments_ enclosed in parentheses directly after the function name. -/// Additionally, you can pass any number of trailing content blocks arguments +/// Additionally, you can pass any number of trailing content block arguments /// to a function _after_ the normal argument list. If the normal argument list /// would become empty, it can be omitted. Typst supports positional and named /// arguments. The former are identified by position and type, while the latter |
