UndefinedObject.st
changeset 11635 04be8c0e7a03
parent 10945 2d0596240727
child 11821 df8c99edbf45
child 17711 39faaaf888b4
--- a/UndefinedObject.st	Tue Mar 17 16:59:58 2009 +0100
+++ b/UndefinedObject.st	Tue Mar 17 17:00:12 2009 +0100
@@ -502,7 +502,7 @@
 !
 
 ?? defaultValue
-     "a syntactic shugar-piece:
+     "a syntactic sugar-piece:
       much like ?, but sends value to the argument if required.
       If the receiver is nil, return the defaultValues value;
       otherwise, return the receiver.
@@ -545,7 +545,7 @@
      Also implemented in UndefinedObject, to raise an Error there.
 
      This is an aid for converting from the old error reporting (returning nil)
-     to the new error reporting (with real Exceptions.
+     to the new error reporting (with real Exceptions).
 
      It will vanish as soon as the conversion has been done"
 
@@ -686,7 +686,7 @@
 !UndefinedObject class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/UndefinedObject.st,v 1.68 2008-04-09 19:40:01 ab Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/UndefinedObject.st,v 1.69 2009-03-17 16:00:12 stefan Exp $'
 ! !
 
 UndefinedObject initialize!