1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-23 06:43:37 +02:00

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

View File

@@ -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.