Update guide.rst

Fix heading level and title
This commit is contained in:
Niek van de Pas 2021-11-04 11:27:20 +01:00 committed by GitHub
parent 16d4d0a159
commit 1c3702197d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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