aboutsummaryrefslogtreecommitdiff
path: root/theories/ZArith
diff options
context:
space:
mode:
Diffstat (limited to 'theories/ZArith')
-rw-r--r--theories/ZArith/Zmisc.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/ZArith/Zmisc.v b/theories/ZArith/Zmisc.v
index 8a7a1caa44..414a230f0e 100644
--- a/theories/ZArith/Zmisc.v
+++ b/theories/ZArith/Zmisc.v
@@ -546,7 +546,7 @@ Qed.
Lemma Zgt_is_le_bool : (x,y:Z) (Zgt x y) <-> (Zle_bool y `x-1`)=true.
Proof.
- Intros. Apply iff_trans with b:=`y < x`. Split. Exact (Zgt_lt x y).
+ Intros. Apply iff_trans with `y < x`. Split. Exact (Zgt_lt x y).
Exact (Zlt_gt y x).
Exact (Zlt_is_le_bool y x).
Qed.