From 51102da926d610e5c1b3090dc0829ddd0466b48e Mon Sep 17 00:00:00 2001 From: Johann Birnick <6528009+jbirnick@users.noreply.github.com> Date: Mon, 5 Aug 2024 12:04:49 +0200 Subject: [PATCH] Fixed docs typo (#4628) --- crates/typst/src/foundations/func.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/typst/src/foundations/func.rs b/crates/typst/src/foundations/func.rs index 4cc4a6bab..7cf6f5674 100644 --- a/crates/typst/src/foundations/func.rs +++ b/crates/typst/src/foundations/func.rs @@ -24,7 +24,7 @@ pub use typst_macros::func; /// Additionally, you can pass any number of trailing content blocks 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 later +/// arguments. The former are identified by position and type, while the latter /// are written as `name: value`. /// /// Within math mode, function calls have special behaviour. See the