1
0
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:
dbenn
2021-03-13 14:39:37 +10:30
committed by GitHub
parent 5d2d1cf77c
commit 160ecc8be8

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.