Skip to content

Commit

Permalink
Merge pull request jtdaugherty#495 from hapytex/issues/typo-guide
Browse files Browse the repository at this point in the history
  • Loading branch information
jtdaugherty authored Dec 3, 2023
2 parents d93cdfc + 4e16e28 commit 4d69498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d69498

Please sign in to comment.