chore(library/init/meta/tactic): fix copy-paste error in docstring

This commit is contained in:
Gabriel Ebner 2017-07-23 09:48:08 +01:00
parent 25aa847aba
commit d68665f7a2

View file

@ -385,7 +385,7 @@ meta constant get_univ_assignment : level → tactic level
/-- Return the value assigned to the given meta-variable.
Fail if argument is not a meta-variable or if it is not assigned. -/
meta constant get_assignment : expr → tactic expr
/-- Return the value assigned to the given meta-variable.
/-- Return true if the given meta-variable is assigned.
Fail if argument is not a meta-variable. -/
meta constant is_assigned : expr → tactic bool
meta constant mk_fresh_name : tactic name