From 37a34b327f315ee2ca023ebf675e50c2192fa4ae Mon Sep 17 00:00:00 2001 From: Geoffrey Washburn Date: Wed, 19 Mar 2008 08:53:03 +0000 Subject: Fixed comment added keywords. --- src/library/scala/Equiv.scala | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/library/scala/Equiv.scala b/src/library/scala/Equiv.scala index 32154900e4..bcbaf26c8b 100644 --- a/src/library/scala/Equiv.scala +++ b/src/library/scala/Equiv.scala @@ -17,9 +17,8 @@ package scala trait Equiv[T] { /** Returns true iff x is equivalent to - /** y. The implementation - /* should be equivalence relation: reflexive, transitive, - /* symmetric. + * y. The implementation should be equivalence + * relation: reflexive, transitive, symmetric. */ def equiv(x: T, y: T): Boolean } -- cgit v1.2.3