#DOCUMENTATION by mawalch
authormawalch
Thu, 28 Jul 2016 19:36:09 +0200
changeset 20190 b3da2cd21ad5
parent 20189 86b76f9d7c7a
child 20191 2081cd452152
#DOCUMENTATION by mawalch class: RecursionLock comment/format in: #critical: Remove unnecessary comma for better readability.
RecursionLock.st
--- a/RecursionLock.st	Thu Jul 28 15:07:43 2016 +0200
+++ b/RecursionLock.st	Thu Jul 28 19:36:09 2016 +0200
@@ -194,7 +194,7 @@
 !RecursionLock methodsFor:'waiting'!
 
 critical:aBlock
-    "evaluate aBlock as a critical region, but do not block,
+    "evaluate aBlock as a critical region, but do not block
      if this lock is already held by the current process."
 
     |active retVal wasBlocked gotSema|