diff options
| author | Hugo Herbelin | 2016-07-03 11:36:05 +0200 |
|---|---|---|
| committer | Hugo Herbelin | 2016-07-13 15:31:47 +0200 |
| commit | 55d32c9a017853c2411f894a3ad1a946c628ba9c (patch) | |
| tree | 0829a46d4688a7d938ab89cad307991f43e41345 | |
| parent | 78063b84f46de33de8ad58f80e45a90fa290dcd6 (diff) | |
Typo.
| -rw-r--r-- | theories/Logic/EqdepFacts.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Logic/EqdepFacts.v b/theories/Logic/EqdepFacts.v index 30e26c7c67..bd59159bb5 100644 --- a/theories/Logic/EqdepFacts.v +++ b/theories/Logic/EqdepFacts.v @@ -164,7 +164,7 @@ Proof. split; auto using eq_sig_eq_dep, eq_dep_eq_sig. Qed. -(** Dependent equality is equivalent tco a dependent pair of equalities *) +(** Dependent equality is equivalent to a dependent pair of equalities *) Set Implicit Arguments. |
