#DOCUMENTATION by stefan
authorStefan Vogel <sv@exept.de>
Tue, 02 Jan 2018 20:04:18 +0100
changeset 22404 698e01ed8d59
parent 22403 a4396e2a038e
child 22405 e11520f05fef
#DOCUMENTATION by stefan class: PositionableStream comment/format in: #collection
PositionableStream.st
--- a/PositionableStream.st	Mon Jan 01 11:58:03 2018 +0100
+++ b/PositionableStream.st	Tue Jan 02 20:04:18 2018 +0100
@@ -184,10 +184,12 @@
      Notice, that this buffer may become invalid after being retrieved,
      if more data is written to the stream (because a bigger buffer might be
      allocated). Therefore, it should be only used in special situations,
-     where an already filed buffer needs to be backpatched later
+     where an already filled buffer needs to be backpatched later
      (eg. before being sent out to some external stream or socket)"
     
     ^ collection
+
+    "Modified (comment): / 02-01-2018 / 19:54:37 / stefan"
 !
 
 contents