Merge pull request #148 from binarin/patch-1

Fix a small rst rendering issue
This commit is contained in:
Jonathan Daugherty 2017-11-03 09:17:22 -07:00 committed by GitHub
commit 47f6e357be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -304,7 +304,7 @@ Using Your Own Event Type
Since we often need to communicate application-specific events beyond
Vty input events to the event handler, brick supports embedding your
application's custom events in the stream of ``BrickEvent``s that
application's custom events in the stream of ``BrickEvent``-s that
your handler will receive. The type of these events is the type ``e``
mentioned in ``BrickEvent n e`` and ``App s e n``.