summaryrefslogtreecommitdiff
path: root/docs/guides
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-10-09 16:04:10 +0200
committerLaurenz <laurmaedje@gmail.com>2023-10-09 16:04:10 +0200
commitf474639ebe6f1bc7d5ab398ae1df16af48c77708 (patch)
treead16b345498bfe75cef96af4fa38efc058795a25 /docs/guides
parent7b61d722ddcd609e7bb51a454b27dd883f620357 (diff)
Hashtag -> Hash
Diffstat (limited to 'docs/guides')
-rw-r--r--docs/guides/guide-for-latex-users.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/guides/guide-for-latex-users.md b/docs/guides/guide-for-latex-users.md
index ed3170ff..d0fb92cb 100644
--- a/docs/guides/guide-for-latex-users.md
+++ b/docs/guides/guide-for-latex-users.md
@@ -119,8 +119,8 @@ parallels programming languages like Python, providing the option to input and
execute segments of code.
Within Typst's markup, you can switch to code mode for a single command (or
-rather, _expression_) using a hashtag (`#`). This is how you call functions to,
-for example, split your project into different [files]($scripting/#modules) or
+rather, _expression_) using a hash (`#`). This is how you call functions to, for
+example, split your project into different [files]($scripting/#modules) or
render text based on some [condition]($scripting/#conditionals). Within code
mode, it is possible to include normal markup [_content_]($content) by using
square brackets. Within code mode, this content is treated just as any other