diff options
author | Douglas Wilson <douglas.wilson@gmail.com> | 2017-11-06 15:34:51 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-11-06 15:34:53 -0500 |
commit | 2ded53681463fa03af7f73a9b745289fa4822afe (patch) | |
tree | 43d95a2b65ba037eda31b9f64d83aec15bb153f0 /docs | |
parent | a27056f9823f8bbe2302f1924b3ab38fd6752e37 (diff) | |
download | haskell-2ded53681463fa03af7f73a9b745289fa4822afe.tar.gz |
Typo in glasgow_exts.rst
Reviewers: austin, bgamari
Reviewed By: bgamari
Subscribers: rwbarton, thomie
Differential Revision: https://phabricator.haskell.org/D4157
Diffstat (limited to 'docs')
-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 a86392f3c7..ab92375c52 100644 --- a/docs/users_guide/glasgow_exts.rst +++ b/docs/users_guide/glasgow_exts.rst @@ -515,7 +515,7 @@ Hexadecimal floating point literals ----------------------------------- .. ghc-flag:: -XHexFloatLiterals - :shortdesc: Enable support for :ref:`hexadecimal floating point literals <heax-float-literals>`. + :shortdesc: Enable support for :ref:`hexadecimal floating point literals <hex-float-literals>`. :type: dynamic :reverse: -XNoHexFloatLIterals :category: |