diff options
| author | Hugo Herbelin | 2016-04-26 06:00:40 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2016-06-16 17:43:29 +0200 |
| commit | bf3ef955995c39049d9a7f68797a6c3f045a2464 (patch) | |
| tree | 5b1e3b9a209c17f19cd84f24f395e2a92db6ac19 | |
| parent | 09d6ce5340a818f24a85d568aab6502233e10273 (diff) | |
Typo in comment.
| -rw-r--r-- | ltac/g_ltac.ml4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ltac/g_ltac.ml4 b/ltac/g_ltac.ml4 index 07b7036571..0de303c30e 100644 --- a/ltac/g_ltac.ml4 +++ b/ltac/g_ltac.ml4 @@ -176,7 +176,7 @@ GEXTEND Gram tactic_arg_compat: [ [ a = tactic_arg -> a | c = Constr.constr -> (match c with CRef (r,None) -> Reference r | c -> ConstrMayEval (ConstrTerm c)) - (* Unambigous entries: tolerated w/o "ltac:" modifier *) + (* Unambiguous entries: tolerated w/o "ltac:" modifier *) | "()" -> TacGeneric (genarg_of_unit ()) ] ] ; (* Can be used as argument and at toplevel in tactic expressions. *) |
