diff options
author | Alec Theriault <alec.theriault@gmail.com> | 2018-10-16 16:49:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-16 16:49:28 -0700 |
commit | a631fb6c15de83042e9739285518fda72cfb3144 (patch) | |
tree | f804f2dca2d65503a8310ce09faf2fc80dfa9510 /doc/cheatsheet | |
parent | 8d27cc1b185dc36424c4e6dfe5c55c6a25c05028 (diff) | |
parent | 7f4d887b5d62ca9a7670ce8f76804f08fcbf348e (diff) |
Merge pull request #942 from harpocrates/update-docs
Fix & add to documentation
Diffstat (limited to 'doc/cheatsheet')
-rw-r--r-- | doc/cheatsheet/haddocks.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cheatsheet/haddocks.md b/doc/cheatsheet/haddocks.md index a3464584..5ee285b3 100644 --- a/doc/cheatsheet/haddocks.md +++ b/doc/cheatsheet/haddocks.md @@ -85,7 +85,7 @@ definitions with "[thing]" -- \[ -- f(n) = \Sum_{i=1}^{n} i -- \] - \\ when \(n > 0\) + -- when \(n > 0\) ``` # Headings in Documentation |