#DOCUMENTATION by exept
authorClaus Gittinger <cg@exept.de>
Thu, 19 Sep 2019 12:29:41 +0200
changeset 24792 dacd88df1cf7
parent 24791 b74d57425436
child 24793 919f31ebf276
#DOCUMENTATION by exept class: ObjectCoder comment/format in: #visitBlock:with:
ObjectCoder.st
--- a/ObjectCoder.st	Thu Sep 19 12:29:01 2019 +0200
+++ b/ObjectCoder.st	Thu Sep 19 12:29:41 2019 +0200
@@ -261,7 +261,7 @@
 
 visitBlock:aBlock with:aParameter
     "encoding of blocks is rather difficult and an error by default.
-     If your encoder supports this, redefine it there"
+     If a concrete encoder supports this, redefine it there"
 
     self error:'encoding of blocks is not supported'
 ! !