summaryrefslogtreecommitdiff
path: root/docs/src/reference/groups.yml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-03-18 19:27:31 +0100
committerLaurenz <laurmaedje@gmail.com>2023-03-18 19:27:31 +0100
commita69b5874558eb50c96293813cbe67aac38174644 (patch)
treec59e671a4f73b467fc1f7f4de1d01ed6cfe24afe /docs/src/reference/groups.yml
parenta16726ae6652a795ff24f368ca25f93bae673366 (diff)
Rename formula to equation
Diffstat (limited to 'docs/src/reference/groups.yml')
-rw-r--r--docs/src/reference/groups.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/reference/groups.yml b/docs/src/reference/groups.yml
index 476a2a26..04eed2ee 100644
--- a/docs/src/reference/groups.yml
+++ b/docs/src/reference/groups.yml
@@ -27,7 +27,7 @@
"overbracket",
]
description: |
- Delimiters above or below parts of a formula.
+ Delimiters above or below parts of an equation.
The braces and brackets further allow you to add an optional annotation
below or above themselves.
@@ -44,7 +44,7 @@
Subscript, superscripts, and limits.
The `attach` function backs the `[$a_b^c$]` syntax that adds top and bottom
- attachments to a part of a formula. Attachments can be displayed either as
+ attachments to a part of an equation. Attachments can be displayed either as
sub/superscripts, or limits. Typst automatically decides which is more
suitable depending on the base, but you can also control this manually with
the `scripts` and `limits` functions.