diff options
| author | Johann Birnick <6528009+jbirnick@users.noreply.github.com> | 2024-08-05 12:04:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-05 10:04:49 +0000 |
| commit | 51102da926d610e5c1b3090dc0829ddd0466b48e (patch) | |
| tree | 77a4e87c7ad357196e78c2d9d050d5853d6db5f0 | |
| parent | 1f8128111825410fdfcea056448fb37fe92a589e (diff) | |
Fixed docs typo (#4628)
| -rw-r--r-- | crates/typst/src/foundations/func.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst/src/foundations/func.rs b/crates/typst/src/foundations/func.rs index 4cc4a6ba..7cf6f567 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 |
