Fixed docs typo (#4628)

This commit is contained in:
Johann Birnick 2024-08-05 12:04:49 +02:00 committed by GitHub
parent 1f81281118
commit 51102da926
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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