From 26cb2446ff71cdb6a4498426b076ebf14ae4a8c9 Mon Sep 17 00:00:00 2001 From: Ullrich Koethe Date: Thu, 20 Mar 2025 14:24:23 +0100 Subject: [PATCH] typst -> Typst Co-authored-by: Bastien Voirin --- 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 829d368b3..ea3a62746 100644 --- a/docs/reference/language/scripting.md +++ b/docs/reference/language/scripting.md @@ -13,7 +13,7 @@ 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 – -underscores or camel case are not used in "official" typst. Since the dash +underscores or camel case are not used in "official" Typst. Since the dash is also the symbol for subtraction, a minus must be disambiguated by surrounding white space in script mode.