chore: fix doc
This commit is contained in:
parent
04b7924154
commit
fe66523e43
1 changed files with 1 additions and 1 deletions
|
|
@ -196,5 +196,5 @@ theorem Weekday.nextOfPrevious (d : Weekday) : next (previous d) = d :=
|
|||
-- using metaprogramming (or "tactics").
|
||||
theorem Weekday.nextOfPrevious' (d : Weekday) : next (previous d) = d := by
|
||||
cases d -- A proof by case distinction
|
||||
allGoals rfl -- Each case is solved using `rfl`
|
||||
all_goals rfl -- Each case is solved using `rfl`
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue