Signal.st
changeset 23886 678caed54a3c
parent 23308 53631bb11cd1
--- a/Signal.st	Wed Mar 13 10:30:08 2019 +0100
+++ b/Signal.st	Wed Mar 13 10:30:11 2019 +0100
@@ -200,6 +200,7 @@
     ^ self newSignal
 ! !
 
+
 !Signal methodsFor:'accessing'!
 
 creator
@@ -881,7 +882,7 @@
      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.
+     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
@@ -915,6 +916,8 @@
          s raiseRequestWith:'hello' errorString:'eeee'
       ]
      "
+
+    "Modified (comment): / 13-03-2019 / 10:28:08 / Claus Gittinger"
 !
 
 evaluate:aBlock ifRaised:exceptionValue