From 1c3702197d447d6b582c4a4f1b1df03c9099c5e9 Mon Sep 17 00:00:00 2001 From: Niek van de Pas Date: Thu, 4 Nov 2021 11:27:20 +0100 Subject: [PATCH] Update guide.rst Fix heading level and title --- docs/guide.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide.rst b/docs/guide.rst index e382251..8720803 100644 --- a/docs/guide.rst +++ b/docs/guide.rst @@ -391,8 +391,8 @@ bound for the event channel. In general, consider the performance of your event handler when choosing the channel capacity and design event producers so that they can block if the channel is full. -Starting up: appStartEvent -************************** +appStartEvent: Starting up +-------------------------- When an application starts, it may be desirable to perform some of the duties typically only possible when an event has arrived, such as