From a6fc3add8e0c975d0926661b1f39ff38e3f7cc0b Mon Sep 17 00:00:00 2001 From: Renaud de Villemeur Date: Thu, 5 Sep 2024 16:29:28 -0400 Subject: [PATCH] fix event chapter --- Chapters/bloc/events.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Chapters/bloc/events.md b/Chapters/bloc/events.md index 8a277f8..0bfe9e8 100644 --- a/Chapters/bloc/events.md +++ b/Chapters/bloc/events.md @@ -12,9 +12,7 @@ BlElement new openInNewSpace ``` -`addEventHandlerOn:do:` returns the new handler so that we can store to remove it in case. - -#addEventHandlerOn: do: returns the new event handler. add a #yourself send after to return a BlElement. +`addEventHandlerOn:do:` returns the new handler so that we can store to remove it in case. Add a #yourself send after to return a BlElement. `when:do:` is now deprecated and rewritten as `addEventHandlerOn:do:` SD: we should update the following