ControlInterrupt.st
changeset 7232 1d05a293b8b0
parent 6207 b53b64413b40
child 7588 1819a1c408f3
--- a/ControlInterrupt.st	Thu Apr 24 10:17:51 2003 +0200
+++ b/ControlInterrupt.st	Thu Apr 24 10:21:14 2003 +0200
@@ -11,7 +11,7 @@
 
 documentation
 "
-    parent of all control-related interrupts (halt, breakpoint etc.)
+    Parent of all control-related interrupts (halt, breakpoint etc.)
 "
 ! !
 
@@ -26,5 +26,5 @@
 !ControlInterrupt class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ControlInterrupt.st,v 1.3 2001-11-17 10:02:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ControlInterrupt.st,v 1.4 2003-04-24 08:21:07 cg Exp $'
 ! !