Fixed spelling

This commit is contained in:
Ullrich Koethe 2025-03-11 23:31:22 +01:00 committed by GitHub
parent 4ab102e7ba
commit f6ce8627c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ scripting concepts.
## Identifiers ## Identifiers
Typst uses largely the same rules to define variables, function names etc. Typst uses largely the same rules to define variables, function names etc.
as most other languages, with one important exception: dashes are permitted as most other languages, with one important exception: Dashes are permitted
as part of an identifier, e.g. the [`to-absolute`]($length.to-absolute) as part of an identifier, e.g. the [`to-absolute`]($length.to-absolute)
function for a length or the [`first-line-indent`]($par.first-line-indent) function for a length or the [`first-line-indent`]($par.first-line-indent)
parameter of a paragraph. In fact, this is the canonical convention – parameter of a paragraph. In fact, this is the canonical convention –