Merge pull request #4142 from dbenn/patch-3

[coq/en] remove extra "prove" from comment
This commit is contained in:
Max Schumacher 2021-03-21 15:22:27 +01:00 committed by GitHub
commit 67ec5133a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -472,7 +472,7 @@ Proof.
intros A B ab. destruct ab as [ a b ]. apply a. intros A B ab. destruct ab as [ a b ]. apply a.
Qed. Qed.
(* We can prove easily prove simple polynomial equalities using the (* We can easily prove simple polynomial equalities using the
automated tactic ring. *) automated tactic ring. *)
Require Import Ring. Require Import Ring.