mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-27 04:44:08 +03: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:
parent
5d2d1cf77c
commit
160ecc8be8
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user