diff -r 459c00460dc0 -r 878a733c9152 Iterator.st --- a/Iterator.st Mon Mar 15 12:44:37 2004 +0100 +++ b/Iterator.st Mon Mar 15 12:44:48 2004 +0100 @@ -326,7 +326,7 @@ findLast: aBlock "Answer the index of the last element of the receiver - for which aBlock evaluates as true." + for which aBlock evaluates as true." | index last | index := 1. @@ -377,5 +377,5 @@ !Iterator class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic2/Iterator.st,v 1.14 2002-05-15 08:27:02 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic2/Iterator.st,v 1.15 2004-03-15 11:44:48 ca Exp $' ! !