mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-22 14:23:37 +02:00
[coq/en] remove extra "prove" from comment
Line 475 has an extra "prove" in a comment so removed it
This commit is contained in:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user