mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-11-21 19:49:00 +03:00
fixed typo in guide.rst
Was reported by https://stackoverflow.com/questions/77592508/brick-documentation-guide
This commit is contained in:
parent
d93cdfca45
commit
4e16e2834c
@ -298,7 +298,7 @@ An example application state using an editor might look like this:
|
||||
|
||||
.. code:: haskell
|
||||
|
||||
data MyState = MyState { _editor :: Editor Text n }
|
||||
data MyState n = MyState { _editor :: Editor Text n }
|
||||
makeLenses ''MyState
|
||||
|
||||
This declares the ``MyState`` type with an ``Editor`` contained within
|
||||
|
Loading…
Reference in New Issue
Block a user