chore(library/init/meta/interactive): fix docstring
This commit is contained in:
parent
533ddc0279
commit
cb74ef1670
1 changed files with 1 additions and 1 deletions
|
|
@ -420,7 +420,7 @@ example (n : ℕ) : n = n :=
|
|||
begin
|
||||
with_cases { induction n },
|
||||
case nat.zero { reflexivity },
|
||||
case nat.succ n' ih { reflexivity }
|
||||
case nat.succ : n' ih { reflexivity }
|
||||
end
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue