summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasahiro Sakai <masahiro.sakai@gmail.com>2018-04-26 23:42:43 +0900
committerBen Gamari <ben@smart-cactus.org>2018-05-05 13:09:18 -0400
commit13e8bc0d7afa74d502a630c817840d390c328f6e (patch)
tree0a972afeff9789ff9a74047718895507ac180251
parent56e8c6fc9d65fec11485bd02d437a753bc1a4ebe (diff)
downloadhaskell-13e8bc0d7afa74d502a630c817840d390c328f6e.tar.gz
Fix typo in user guide about promoted list
`:'` in explanation text should be `':` to match code example.
-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 26b7957af3..90ccb4402e 100644
--- a/docs/users_guide/glasgow_exts.rst
+++ b/docs/users_guide/glasgow_exts.rst
@@ -8478,7 +8478,7 @@ Haskell.
.. note::
The declaration for ``HCons`` also requires :extension:`TypeOperators`
- because of infix type operator ``(:')``
+ because of infix type operator ``(':)``
.. _promotion-existentials: