fix(library/init/meta/tactic): typo
This commit is contained in:
parent
4f7f59e47f
commit
0663733d27
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ do gs ← get_goals,
|
|||
tac,
|
||||
gs' ← get_goals,
|
||||
match gs' with
|
||||
| [] := set_goals gs
|
||||
| [] := set_goals rs
|
||||
| _ := fail "focus tactic failed, focused goal has not been solved"
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue