GenericException.st
changeset 23232 d46d79fcfddf
parent 23029 05833aa782e3
child 23300 b0be6a74b979
--- a/GenericException.st	Tue Jul 24 17:31:38 2018 +0200
+++ b/GenericException.st	Tue Jul 24 23:15:56 2018 +0200
@@ -983,8 +983,8 @@
      Ignore the receiver-exception during evaluation - i.e. simply continue,
      but remember if the signal was raised.
      After the block evaluation, finally raise the signal - if it was raised in the block.
-     If the signal is raised multiple times, only the first raises parameter is remembered,
-     and only a single raise is performed after the blocks evaluation.
+     If the signal is raised multiple times, only the first raise's parameter is remembered,
+     and only a single raise is performed after the block's evaluation.
 
      Deferring makes sense for some signals, such as UserInterrupt or AbortSignal,
      which must occasionally be delayed temporarily until a save place is reached
@@ -1020,6 +1020,7 @@
     "
 
     "Modified: / 07-12-2006 / 17:05:28 / cg"
+    "Modified (comment): / 24-07-2018 / 22:54:35 / Claus Gittinger"
 !
 
 evaluate:aBlock ifRaised:exceptionValue