diff options
| author | herbelin | 2011-08-10 19:25:10 +0000 |
|---|---|---|
| committer | herbelin | 2011-08-10 19:25:10 +0000 |
| commit | 71b3fd6a61aa58e88c4248dea242420ac7f8f437 (patch) | |
| tree | ae693217bbf7e8384ac7249866cdd99f10a2f06c | |
| parent | f1e41151480f94ebf72e1c1af873365f5ec4a2e9 (diff) | |
Fixing typos in comments
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14406 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | proofs/proofview.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/proofview.mli b/proofs/proofview.mli index 3ec6df49c9..e8cf7d26df 100644 --- a/proofs/proofview.mli +++ b/proofs/proofview.mli @@ -107,7 +107,7 @@ val tclUNIT : 'a -> 'a tactic (* Bind operation of the tactic monad *) val tclBIND : 'a tactic -> ('a -> 'b tactic) -> 'b tactic -(* Interpetes the ";" (semicolon) of Ltac. +(* Interprets the ";" (semicolon) of Ltac. As a monadic operation, it's a specialized "bind" on unit-returning tactic (meaning "there is no value to bind") *) val tclTHEN : unit tactic -> 'a tactic -> 'a tactic |
