summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Wilson <douglas.wilson@gmail.com>2017-11-06 15:34:51 -0500
committerBen Gamari <ben@smart-cactus.org>2017-11-06 15:34:53 -0500
commit2ded53681463fa03af7f73a9b745289fa4822afe (patch)
tree43d95a2b65ba037eda31b9f64d83aec15bb153f0
parenta27056f9823f8bbe2302f1924b3ab38fd6752e37 (diff)
downloadhaskell-2ded53681463fa03af7f73a9b745289fa4822afe.tar.gz
Typo in glasgow_exts.rst
Reviewers: austin, bgamari Reviewed By: bgamari Subscribers: rwbarton, thomie Differential Revision: https://phabricator.haskell.org/D4157
-rw-r--r--docs/users_guide/glasgow_exts.rst2
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: