InlineObject.st
changeset 11913 1fa1ac64239b
parent 11912 846a85c9fcbf
child 18011 deb0c3355881
child 18459 9906749677ea
--- a/InlineObject.st	Fri Sep 11 15:04:34 2009 +0200
+++ b/InlineObject.st	Fri Sep 11 15:05:01 2009 +0200
@@ -36,8 +36,10 @@
 
 documentation
 "
+    WARNING: InlineObjects are an experimental feature.
+
     All inlineObjects will be instances of an anonymous subclass of me.
-    InlineObjects are an experimental feature and written as literals of the form:
+    InlineObjects are written as literals of the form:
 
     #{ 
         filedName1: value1.
@@ -72,5 +74,5 @@
 !InlineObject class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/InlineObject.st,v 1.2 2009-09-11 13:04:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/InlineObject.st,v 1.3 2009-09-11 13:05:01 cg Exp $'
 ! !