summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmily Martins <emily.flakeheart@gmail.com>2021-06-29 09:40:30 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-07-01 03:31:13 -0400
commit05ae47721d05cd35b7a67dac054f0ab483a4ca28 (patch)
tree900def7869186e746c98a5c9db7b44ae5817af73
parentd455c39e93881dc3810ecc16a2f1bfd6c4e2fcdd (diff)
downloadhaskell-05ae47721d05cd35b7a67dac054f0ab483a4ca28.tar.gz
Unify remaining GHCi prompt example
Signed-off-by: Emily Martins <emily.flakeheart@gmail.com>
-rw-r--r--docs/users_guide/ghci.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/ghci.rst b/docs/users_guide/ghci.rst
index 7f7fded588..ebafc7fda5 100644
--- a/docs/users_guide/ghci.rst
+++ b/docs/users_guide/ghci.rst
@@ -585,7 +585,7 @@ multi-line input is terminated with an empty line. For example:
ghci> :set +m
ghci> let x = 42
- |
+ ghci|
Further bindings can be added to this ``let`` statement, so GHCi
indicates that the next line continues the previous one by changing the