mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-11-22 23:15:59 +03:00
guide: nit
This commit is contained in:
parent
c7f34093e7
commit
693402ea25
@ -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.
|
||||
padding, centering, box layouts, scrolling viewports, etc.).
|
||||
|
||||
These functions get packaged into a structure that we hand off to the
|
||||
``brick`` library's main event loop. We'll cover that in detail in `The
|
||||
App Type`_.
|
||||
These functions get packaged into an `App` structure that we hand off to
|
||||
the ``brick`` library's main event loop. We'll cover that in detail in
|
||||
`The App Type`_.
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
Loading…
Reference in New Issue
Block a user