diff options
| author | herbelin | 2006-07-06 15:16:20 +0000 |
|---|---|---|
| committer | herbelin | 2006-07-06 15:16:20 +0000 |
| commit | b002bbdc743a551d6f1c110b8b4f3822958dbe50 (patch) | |
| tree | 2eb3fd3f9f9752346b19953b4794bf4b296f02d2 | |
| parent | 7643d25ed49d3ccc7b4f9a39f243d5eca4a568d2 (diff) | |
Typo
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9026 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | theories/Logic/ClassicalUniqueChoice.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Logic/ClassicalUniqueChoice.v b/theories/Logic/ClassicalUniqueChoice.v index 7b9b09ef55..1fb69d3d3d 100644 --- a/theories/Logic/ClassicalUniqueChoice.v +++ b/theories/Logic/ClassicalUniqueChoice.v @@ -39,7 +39,7 @@ intros A B. apply (dependent_unique_choice A (fun _ => B)). Qed. -(** The followig proof comes from [ChicliPottierSimpson02] *) +(** The following proof comes from [ChicliPottierSimpson02] *) Require Import Setoid. |
