#DOCUMENTATION by mawalch
authormawalch
Thu, 08 Jun 2017 14:02:40 +0200
changeset 21788 07e8ba40475d
parent 21787 563d52afa679
child 21789 abf8de4b8720
#DOCUMENTATION by mawalch class: CompiledCode comment/format in: #isTiming
CompiledCode.st
--- a/CompiledCode.st	Wed Jun 07 17:23:30 2017 +0200
+++ b/CompiledCode.st	Thu Jun 08 14:02:40 2017 +0200
@@ -732,10 +732,12 @@
 !
 
 isTiming
-    "return true, if timiing statistics are being gathered on this method."
+    "return true if timing statistics are being gathered on this method."
 
     ^ MessageTracer notNil
       and:[MessageTracer isTiming:self]
+
+    "Modified (comment): / 08-06-2017 / 14:01:59 / mawalch"
 !
 
 resetCountingStatistics