mirror of
https://github.com/typst/typst
synced 2025-05-23 21:45:29 +08:00
Fixed spelling
This commit is contained in:
parent
4ab102e7ba
commit
f6ce8627c2
@ -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 –
|
||||||
|
Loading…
x
Reference in New Issue
Block a user