Skip to content

Commit

Permalink
fix(docs/extra/calc.md): remove extra space (#2448)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryangingechen committed Apr 18, 2020
1 parent 16552e6 commit 5107c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extras/calc.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ calc
... < b + 1 : nat.lt_succ_self b
... ≤ c + 1 : nat.succ_le_succ h2
... < d : h3
```
```

What is actually going on here? The proofs themselves are not a mystery,
for example `nat.succ_le_succ h2` is a proof of `b + 1 ≤ c + 1`. The
Expand Down

0 comments on commit 5107c2b

Please sign in to comment.