From f6ce8627c2abb5a643f6443017d4b125aebfa585 Mon Sep 17 00:00:00 2001 From: Ullrich Koethe Date: Tue, 11 Mar 2025 23:31:22 +0100 Subject: [PATCH] Fixed spelling --- docs/reference/language/scripting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/language/scripting.md b/docs/reference/language/scripting.md index 3f0f6e8ac..829d368b3 100644 --- a/docs/reference/language/scripting.md +++ b/docs/reference/language/scripting.md @@ -9,7 +9,7 @@ scripting concepts. ## Identifiers 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) function for a length or the [`first-line-indent`]($par.first-line-indent) parameter of a paragraph. In fact, this is the canonical convention –