diff options
Diffstat (limited to 'docs/users_guide/using.rst')
-rw-r--r-- | docs/users_guide/using.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/using.rst b/docs/users_guide/using.rst index 3b192ef1dc..47fdd296b2 100644 --- a/docs/users_guide/using.rst +++ b/docs/users_guide/using.rst @@ -671,7 +671,7 @@ See also the ``--help``, ``--version``, ``--numeric-version``, and MkT :: forall (k :: BOX) (a :: k). T k a When :ghc-flag:`-fprint-unicode-syntax` is enabled, GHC prints type - signatures using the unicode symbols from the ``-XUnicodeSyntax`` + signatures using the unicode symbols from the :ghc-flag:`-XUnicodeSyntax` extension. .. code-block:: none |