InstrumentationContext.st
changeset 4008 21b0132a3925
parent 3919 2ba8a72b1c20
child 4162 3a7f6aa12b81
--- a/InstrumentationContext.st	Sat Oct 08 16:06:16 2016 +0200
+++ b/InstrumentationContext.st	Tue Oct 11 01:47:04 2016 +0200
@@ -327,7 +327,8 @@
 !
 
 runForCoverage:aBlock
-    "run aBlock with instrumentation enabled< but onlz for coverage (i.e. not counting)"
+    "run aBlock with instrumentation enabled;
+     but only for coverage (i.e. not counting)"
 
     coverageOnly := true.
     self run:aBlock