#DOCUMENTATION by exept
authorClaus Gittinger <cg@exept.de>
Wed, 16 Oct 2019 11:31:43 +0200
changeset 24842 10caef5bb05a
parent 24841 10cdb3672d2b
child 24843 00ba3738f39f
#DOCUMENTATION by exept class: PositionableStream comment/format in: #peek:
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|