comment
authorClaus Gittinger <cg@exept.de>
Thu, 14 May 2009 21:58:40 +0200
changeset 2681 f3445e5a58f7
parent 2680 466b7114fd33
child 2682 578ccaf16564
comment
Model.st
--- a/Model.st	Thu May 14 15:59:29 2009 +0200
+++ b/Model.st	Thu May 14 21:58:40 2009 +0200
@@ -69,8 +69,8 @@
 !Model methodsFor:'converting'!
 
 skippedInLiteralEncoding
-    "return a Collection with it's elements are slots for skipping
-    "
+    "return a Collection with elements which are skipped in the encoding"
+
     ^ OrderedCollection with:#dependents
 ! !
 
@@ -285,5 +285,5 @@
 !Model class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/Model.st,v 1.38 2008-02-11 14:08:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Model.st,v 1.39 2009-05-14 19:58:40 cg Exp $'
 ! !