guide: nit

This commit is contained in:
Jonathan Daugherty 2022-08-18 19:18:36 -07:00
parent 693402ea25
commit d58dfc7e69

View File

@ -31,9 +31,9 @@ primitives and combinators to place text on the screen, set its
attributes (e.g. foreground color), and express layout constraints (e.g. attributes (e.g. foreground color), and express layout constraints (e.g.
padding, centering, box layouts, scrolling viewports, etc.). padding, centering, box layouts, scrolling viewports, etc.).
These functions get packaged into an `App` structure that we hand off to These functions get packaged into an ``App`` structure that we hand off
the ``brick`` library's main event loop. We'll cover that in detail in to the ``brick`` library's main event loop. We'll cover that in detail
`The App Type`_. in `The App Type`_.
Installation Installation
------------ ------------