summaryrefslogtreecommitdiff
path: root/docs/src/reference
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-02-18 17:15:04 +0100
committerLaurenz <laurmaedje@gmail.com>2023-02-18 17:15:04 +0100
commit2acc17a6f57a707d00663a671d6c3a2b1253e109 (patch)
tree5aa43f37259e832740173607b808c8a943b3962f /docs/src/reference
parent80e73979f3c1f22e1ed6c40df6a986f2a10d94b9 (diff)
Fix summation in math docs
Diffstat (limited to 'docs/src/reference')
-rw-r--r--docs/src/reference/details.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/reference/details.yml b/docs/src/reference/details.yml
index fff1b747..789e5390 100644
--- a/docs/src/reference/details.yml
+++ b/docs/src/reference/details.yml
@@ -50,7 +50,7 @@ math: |
Formulas can also contain line breaks. Each line can contain one or multiple
_alignment points_ (`&`) which are then aligned.
```example
- $ sum_(x=0)^n
+ $ sum_(k=0)^n k
&= 1 + ... + n \
&= (n(n+1)) / 2 $
```