diff options
-rw-r--r-- | docs/users_guide/runghc.rst | 2 |
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: |