mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-11-29 21:46:11 +03:00
guide: nit
This commit is contained in:
parent
00f363f23e
commit
fbcad82c0e
@ -714,9 +714,9 @@ of ``unicode``:
|
||||
let w = withBorderStyle Brick.Widgets.Border.Style.ascii $
|
||||
Brick.Widgets.Border.border $ str "Hello, world!"
|
||||
|
||||
By default, borders in adjacent widgets do not connect to other. This
|
||||
can lead to visual oddities, for example, when horizontal borders are
|
||||
drawn next to vertical borders by leaving a small gap like this:
|
||||
By default, borders in adjacent widgets do not connect to each other.
|
||||
This can lead to visual oddities, for example, when horizontal borders
|
||||
are drawn next to vertical borders by leaving a small gap like this:
|
||||
|
||||
.. code:: text
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user