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.