summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Lindblad <76970-lindblad@users.noreply.gitlab.haskell.org>2022-09-22 22:59:48 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-10-21 02:59:21 -0400
commit1fe7921c283ccd4048fd6c1e410100e3953e2710 (patch)
tree7248e4d964144c7a0c77392ca36c17961baf7ca6
parent25cdc63044be34e5eb3ef478910bd5eeb2b5093f (diff)
downloadhaskell-1fe7921c283ccd4048fd6c1e410100e3953e2710.tar.gz
runhaskell
-rw-r--r--docs/users_guide/runghc.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/runghc.rst b/docs/users_guide/runghc.rst
index 5afbae61b3..cc3d87cc18 100644
--- a/docs/users_guide/runghc.rst
+++ b/docs/users_guide/runghc.rst
@@ -7,7 +7,7 @@ Using runghc
single: runghc
single: runhaskell
-``runghc`` (or ``runhaskell``, which is its equivalent) allows you to run Haskell programs using the interpreter, instead of having to
+``runghc``/``runhaskell`` allows you to run Haskell programs using the interpreter, instead of having to
compile them first.
.. _runghc-introduction: