diff options
-rw-r--r-- | docs/users_guide/glasgow_exts.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/glasgow_exts.rst b/docs/users_guide/glasgow_exts.rst index 4323b3a3e2..d4ca508142 100644 --- a/docs/users_guide/glasgow_exts.rst +++ b/docs/users_guide/glasgow_exts.rst @@ -8125,7 +8125,7 @@ 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 unecessary 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``. |