# HG changeset patch # User Claus Gittinger # Date 1571218303 -7200 # Node ID 10caef5bb05adfa280e342df826317fb2ce12549 # Parent 10cdb3672d2bab4d04bd523b59ced4c1a9d0972a #DOCUMENTATION by exept class: PositionableStream comment/format in: #peek: diff -r 10cdb3672d2b -r 10caef5bb05a PositionableStream.st --- a/PositionableStream.st Tue Oct 15 20:30:26 2019 +0200 +++ b/PositionableStream.st Wed Oct 16 11:31:43 2019 +0200 @@ -752,7 +752,7 @@ ! peek:n - "look ahead n elements and return them after positioning pack to the + "look ahead n elements and return them after positioning back to the position we had before" |posBefore peekObjects|