guide: nit

This commit is contained in:
Jonathan Daugherty 2018-03-31 10:55:52 -07:00
parent 00f363f23e
commit fbcad82c0e

View File

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