UndefinedObject.st
branchjv
changeset 20205 03e626304d06
parent 18645 86c46e336392
parent 20191 2081cd452152
child 20220 874c664d2cbd
--- a/UndefinedObject.st	Fri Jul 29 21:39:49 2016 +0100
+++ b/UndefinedObject.st	Fri Jul 29 21:40:03 2016 +0100
@@ -499,7 +499,7 @@
 !UndefinedObject methodsFor:'testing'!
 
 ? defaultValue
-     "a syntactic shugar-piece:
+     "a syntactic sugar-piece:
       if the receiver is nil, return the defaultValue;
       otherwise, return the receiver.
       This method is redefined from Object;
@@ -528,7 +528,7 @@
 
     "
      1 ? #default
-     nil ? #default 
+     nil ? #default
     "
 
     "Created: / 4.11.1996 / 20:37:09 / cg"