diff options
author | dbenn <dbenn@computer.org> | 2021-03-13 14:39:37 +1030 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-13 14:39:37 +1030 |
commit | 160ecc8be8cdb79994a4c150927b2f4b1d164923 (patch) | |
tree | 3720f7541ee7fbcb8086f5e71ada8842b7cde5a1 /coq.html.markdown | |
parent | 5d2d1cf77c8f4e06c08da4657b152a2b2b06504f (diff) |
[coq/en] remove extra "prove" from comment
Line 475 has an extra "prove" in a comment so removed it
Diffstat (limited to 'coq.html.markdown')
-rw-r--r-- | coq.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coq.html.markdown b/coq.html.markdown index 4c1ad690..bbc613ce 100644 --- a/coq.html.markdown +++ b/coq.html.markdown @@ -472,7 +472,7 @@ Proof. intros A B ab. destruct ab as [ a b ]. apply a. Qed. -(* We can prove easily prove simple polynomial equalities using the +(* We can easily prove simple polynomial equalities using the automated tactic ring. *) Require Import Ring. |