aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Classes/Init.v
diff options
context:
space:
mode:
authorGravatar glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-09-17 15:58:14 +0000
committerGravatar glondu <glondu@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-09-17 15:58:14 +0000
commit61ccbc81a2f3b4662ed4a2bad9d07d2003dda3a2 (patch)
tree961cc88c714aa91a0276ea9fbf8bc53b2b9d5c28 /theories/Classes/Init.v
parent6d3fbdf36c6a47b49c2a4b16f498972c93c07574 (diff)
Delete trailing whitespaces in all *.{v,ml*} files
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12337 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Classes/Init.v')
-rw-r--r--theories/Classes/Init.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/theories/Classes/Init.v b/theories/Classes/Init.v
index 3e2eb4f40..7be92139e 100644
--- a/theories/Classes/Init.v
+++ b/theories/Classes/Init.v
@@ -6,7 +6,7 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(* Initialization code for typeclasses, setting up the default tactic
+(* Initialization code for typeclasses, setting up the default tactic
for instance search.
Author: Matthieu Sozeau
@@ -25,7 +25,7 @@ Typeclasses Opaque id const flip compose arrow impl iff not all.
Ltac class_apply c := autoapply c using typeclass_instances.
-(** The unconvertible typeclass, to test that two objects of the same type are
+(** The unconvertible typeclass, to test that two objects of the same type are
actually different. *)
Class Unconvertible (A : Type) (a b : A) := unconvertible : unit.