diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/runghc.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/users_guide/runghc.rst b/docs/users_guide/runghc.rst index 8d1a086599..5a2c8df5a2 100644 --- a/docs/users_guide/runghc.rst +++ b/docs/users_guide/runghc.rst @@ -6,8 +6,8 @@ Using runghc .. index:: single: runghc -``runghc`` allows you to run Haskell programs without first having to -compile them. +``runghc`` allows you to run Haskell programs using the interpreter, instead of having to +compile them first. .. _runghc-introduction: |