summaryrefslogtreecommitdiff
path: root/docs/users_guide/using.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/users_guide/using.rst')
-rw-r--r--docs/users_guide/using.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/using.rst b/docs/users_guide/using.rst
index d5544e4c57..4c98e08b4f 100644
--- a/docs/users_guide/using.rst
+++ b/docs/users_guide/using.rst
@@ -806,7 +806,7 @@ messages and in GHCi:
When :ghc-flag:`-fprint-explicit-runtime-reps` is enabled, GHC prints
``RuntimeRep`` type variables for levity-polymorphic types.
- Otherwise GHC will default these to ``PtrRepLifted``. For example,
+ Otherwise GHC will default these to ``LiftedRep``. For example,
.. code-block:: none