mirror of
https://github.com/achlipala/frap.git
synced 2024-11-12 17:17:50 +00:00
Typo fix
This commit is contained in:
parent
172716c8ef
commit
2ef93d36fc
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ Ltac notHyp P :=
|
|||
* levels out from where we are. [first] applies the first tactic that does not
|
||||
* fail. *)
|
||||
|
||||
(* This tactic adds a fact to the context, only if it is not not already
|
||||
(* This tactic adds a fact to the context, only if it is not already
|
||||
* present. *)
|
||||
|
||||
Ltac extend pf :=
|
||||
|
|
Loading…
Reference in a new issue