summaryrefslogtreecommitdiff
path: root/docs/src/reference/details.yml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-02-23 14:38:37 +0100
committerLaurenz <laurmaedje@gmail.com>2023-02-23 14:38:45 +0100
commitaffb3534538385056cfb60328f6dba6bd852229a (patch)
treea0a1b4844d459a66c3d32e0ad0dacf3f47c3966b /docs/src/reference/details.yml
parent090831c9cb08c9b3c14ee30b423bb61275d70eb4 (diff)
parent457ce954366f3a81989fee788c85a5b20a96ce96 (diff)
Merge main back
Diffstat (limited to 'docs/src/reference/details.yml')
-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 $
```