Model.st
changeset 2681 f3445e5a58f7
parent 2385 f694c75f4e1a
child 3034 cda16dc4b526
--- 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 $'
 ! !