summaryrefslogtreecommitdiff
path: root/src/exe/Doc.lhs
diff options
context:
space:
mode:
Diffstat (limited to 'src/exe/Doc.lhs')
-rw-r--r--src/exe/Doc.lhs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/exe/Doc.lhs b/src/exe/Doc.lhs
index 40508cb..711050b 100644
--- a/src/exe/Doc.lhs
+++ b/src/exe/Doc.lhs
@@ -13,8 +13,8 @@ Building documentation
> import Data.Text (pack)
> import Data.Either.Combinators (rightToMaybe)
-The documentation can be generated running ``cabal run pesto-doc``. It is
-exclusively based on the restructuredText inside this packages’ literal Haskell
+The documentation can be generated by running ``cabal run pesto-doc``. It is
+exclusively based on the restructuredText inside this package’s literal Haskell
source code.
.. _restructuredText: http://docutils.sourceforge.net/rst.html
@@ -47,7 +47,7 @@ highlighting and MathJax for formulas.
>
> main = do
-The module Codec.Pesto serves as starting point and it includes every other
+The module ``Codec.Pesto`` serves as starting point and it includes every other
module in a sensible order. For the relative includes to work, we need to
change our current working directory.