summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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 $
```