#OTHER by mawalch
authormawalch
Thu, 28 Jul 2016 19:44:29 +0200
changeset 20191 2081cd452152
parent 20190 b3da2cd21ad5
child 20192 fac2c17cd722
child 20205 03e626304d06
#OTHER by mawalch class: UndefinedObject comment/format in: #? shugar -> sugar
UndefinedObject.st
--- a/UndefinedObject.st	Thu Jul 28 19:36:09 2016 +0200
+++ b/UndefinedObject.st	Thu Jul 28 19:44:29 2016 +0200
@@ -110,6 +110,7 @@
     "Modified: 3.1.1997 / 15:06:15 / cg"
 ! !
 
+
 !UndefinedObject class methodsFor:'queries'!
 
 canBeSubclassed
@@ -489,7 +490,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;
@@ -518,7 +519,7 @@
 
     "
      1 ? #default
-     nil ? #default 
+     nil ? #default
     "
 
     "Created: / 4.11.1996 / 20:37:09 / cg"
@@ -729,6 +730,7 @@
     ^ aVisitor visitNilWith:aParameter
 ! !
 
+
 !UndefinedObject class methodsFor:'documentation'!
 
 version