ClassCategoryReader.st
changeset 21420 4e4f34a19c8c
parent 20145 0f194d305714
child 22394 1f5a6e985b37
--- a/ClassCategoryReader.st	Mon Feb 13 20:06:14 2017 +0100
+++ b/ClassCategoryReader.st	Mon Feb 13 20:06:20 2017 +0100
@@ -229,8 +229,8 @@
      via a #source: message, allowing it to open a view showing any
      erroneous source code.
      If oneChunkOnly is true, the fileIn is finished after the first chunk.
-     The beSilent argument controls output to the transcript, if its true or
-     false. If its nil, output is controlled by the Smalltalk>>silenLoading setting."
+     The beSilent argument controls output to the transcript, if it's true or
+     false. If it's nil, output is controlled by the Smalltalk>>silenLoading setting."
 
     |aString done method compiler canMakeSourceRef sourceFile pos nm src s silent|
 
@@ -377,6 +377,7 @@
     "Modified: / 23-01-1998 / 15:25:01 / stefan"
     "Created: / 17-05-1998 / 19:56:32 / cg"
     "Modified: / 31-07-2011 / 09:30:07 / cg"
+    "Modified (comment): / 13-02-2017 / 19:58:07 / cg"
 !
 
 fileInFrom:aStream silent:beSilent