[commit: ghc] master: user-guide: Fix typos (b5e52bf)
git at git.haskell.org
git at git.haskell.org
Sat Jan 23 20:28:18 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/b5e52bfc9e331a9ed2b3a30b790cfa331935aebe/ghc
>---------------------------------------------------------------
commit b5e52bfc9e331a9ed2b3a30b790cfa331935aebe
Author: Ben Gamari <ben at smart-cactus.org>
Date: Sat Jan 23 21:12:24 2016 +0100
user-guide: Fix typos
>---------------------------------------------------------------
b5e52bfc9e331a9ed2b3a30b790cfa331935aebe
docs/users_guide/glasgow_exts.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/users_guide/glasgow_exts.rst b/docs/users_guide/glasgow_exts.rst
index 055a558..d753266 100644
--- a/docs/users_guide/glasgow_exts.rst
+++ b/docs/users_guide/glasgow_exts.rst
@@ -8125,10 +8125,10 @@ ordinary implicit parameters.
``GHC.Stack`` additionally exports a function ``freezeCallStack`` that
allows users to freeze a ``CallStack``, preventing any future push
operations from having an effect. This can be used by library authors
-to prevent ``CallStack``\s from exposing unecessary implementation
+to prevent ``CallStack``\s from exposing unnecessary implementation
details. Consider the ``head`` example above, the ``myerror`` line in
the printed stack is not particularly enlightening, so we might choose
-to surpress it by freezing the ``CallStack`` that we pass to ``myerror``.
+to suppress it by freezing the ``CallStack`` that we pass to ``myerror``.
.. code-block:: none
More information about the ghc-commits
mailing list