diff options
| author | Guillaume Melquiond | 2015-01-29 11:11:54 +0100 |
|---|---|---|
| committer | Guillaume Melquiond | 2015-01-29 11:11:54 +0100 |
| commit | 93d7fbf51f9863ce0e1649a221a5e4d3433d3cb6 (patch) | |
| tree | c7fdeee874b46caa3af4a49649a73122997a0ea7 /doc/refman/RefMan-decl.tex | |
| parent | 2947dd269744bcb9b0a487e262e8f21bb2a382eb (diff) | |
Fix some broken Coq scripts in the reference manual.
Diffstat (limited to 'doc/refman/RefMan-decl.tex')
| -rw-r--r-- | doc/refman/RefMan-decl.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/refman/RefMan-decl.tex b/doc/refman/RefMan-decl.tex index 292b8bbed2..bafea22d79 100644 --- a/doc/refman/RefMan-decl.tex +++ b/doc/refman/RefMan-decl.tex @@ -381,7 +381,7 @@ thus B by HB. Abort. \end{coq_eval} -The command fails the refinement process cannot find a place to fit +The command fails if the refinement process cannot find a place to fit the object in a proof of the conclusion. @@ -494,7 +494,7 @@ suffices to have x such that HP':(P x) to show B by HP,HP'. Abort. \end{coq_eval} -Finally, an example where {\tt focus} is handy : local assumptions. +Finally, an example where {\tt focus} is handy: local assumptions. \begin{coq_eval} Theorem T: forall (A:Prop) (P:nat -> Prop), P 2 -> A -> A /\ (forall x, x = 2 -> P x). |
