mirror of
https://github.com/typst/typst
synced 2025-05-18 11:05:28 +08:00
Fixed docs typo (#4628)
This commit is contained in:
parent
1f81281118
commit
51102da926
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user