fix(library/init/meta/tactic): typo

This commit is contained in:
Leonardo de Moura 2016-06-21 08:19:39 -07:00
parent 4f7f59e47f
commit 0663733d27

View file

@ -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