Fix a tiny rendering bug due to a \n in inline code (#536)

This commit is contained in:
0xd34df00d 2020-10-24 10:01:56 -05:00 committed by GitHub
parent 0aff7d8b2d
commit a38bdbac8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -334,8 +334,8 @@ using holes and the `C-c C-c`, `C-c C-,`, and `C-c C-r` commands.
## Anti-symmetry
The third property to prove about comparison is that it is
antisymmetric: for all naturals `m` and `n`, if both `m ≤ n` and `n ≤
m` hold, then `m ≡ n` holds:
antisymmetric: for all naturals `m` and `n`, if both `m ≤ n` and
`n ≤ m` hold, then `m ≡ n` holds:
```
≤-antisym : ∀ {m n : }
→ m ≤ n