From 51ab5b815c0553c866e3a5e9f1c2331902d9e6aa Mon Sep 17 00:00:00 2001 From: Robin Date: Mon, 7 Jul 2025 16:15:10 +0200 Subject: [PATCH] Fix minor typo in function docs (#6542) --- crates/typst-library/src/foundations/func.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/typst-library/src/foundations/func.rs b/crates/typst-library/src/foundations/func.rs index 9ef812890..dd999ddc3 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