Skip to content

Commit

Permalink
Fix a literal include in basic-apps.rst (#2655)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mueller committed Jan 26, 2021
1 parent 9a14002 commit ae1e82a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/tutorials/basic-apps.rst
Expand Up @@ -163,8 +163,8 @@ The Playground server uses the ``endpoints`` definition to populate the UI (via
``endpoints`` is the high-level definition of our app:

.. literalinclude:: BasicApps.hs
:start-after: BLOCK9
:end-before: BLOCK10
:start-after: BLOCK10
:end-before: BLOCK11

The ``select`` function acts like a choice between two branches.
The left branch starts with ``lock`` and the right branch starts with ``unlock``.
Expand Down

0 comments on commit ae1e82a

Please sign in to comment.