diff --git a/doc/cookbook/events.xml b/doc/cookbook/events.xml index 2e25d161d..9b8050042 100644 --- a/doc/cookbook/events.xml +++ b/doc/cookbook/events.xml @@ -441,8 +441,9 @@ _scroll_event_cb (ClutterActor *actor, of how to connect to scroll events, it doesn't do much to help with really implementing a scrollable actor. That's what we'll do in this section. The full code for the example we'll - walk through here is available in this - later section. + walk through here is available + in this later + section.