[svn] r7580: nemerle/trunk/lib/narray.n
malekith
svnadmin at nemerle.org
Fri Apr 6 15:12:57 CEST 2007
Log:
Fix typo.
Author: malekith
Date: Fri Apr 6 15:12:56 2007
New Revision: 7580
Modified:
nemerle/trunk/lib/narray.n
Modified: nemerle/trunk/lib/narray.n
==============================================================================
--- nemerle/trunk/lib/narray.n (original)
+++ nemerle/trunk/lib/narray.n Fri Apr 6 15:12:56 2007
@@ -506,7 +506,7 @@
if (nextIndex < 0) T() else lst[nextIndex];
}
- public Reverce[T]([NotNull] this seq : SCG.IEnumerable[T]) : SCG.List[T]
+ public Reverse[T]([NotNull] this seq : SCG.IEnumerable[T]) : SCG.List[T]
{
def lst = SCG.List(seq);
lst.Reverse();
More information about the svn
mailing list