Merge aa93e09e649aba2c42b4c4ad93837f138fc9d74a into 88e451b3dc5c23f52d4fe69d1c6abb4ca9463b1a

This commit is contained in:
Robin 2025-07-04 22:56:47 +02:00 committed by GitHub
commit 605f46d229
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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