From 912726f8edd522059c2d2156f9862e55b1b9b71c Mon Sep 17 00:00:00 2001 From: Stephan Eggermont Date: Wed, 26 Mar 2025 18:36:01 +0100 Subject: [PATCH] typo class comment BlSpaceClosedEvent.class.st --- src/Bloc/BlSpaceClosedEvent.class.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bloc/BlSpaceClosedEvent.class.st b/src/Bloc/BlSpaceClosedEvent.class.st index 4c2902d40..df793be84 100644 --- a/src/Bloc/BlSpaceClosedEvent.class.st +++ b/src/Bloc/BlSpaceClosedEvent.class.st @@ -1,7 +1,7 @@ " I am sent by a space after it is removed from the space manager and its root element is removed from the scene graph. -However, the event is send before the host containing the space is stoped (if this is the last space). +However, the event is send before the host containing the space is stopped (if this is the last space). This event should be used for implementing actions when a space is closed.