summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHE, Tao <sighingnow@gmail.com>2018-03-05 23:52:29 +0800
committerBen Gamari <ben@smart-cactus.org>2018-03-07 20:51:27 -0500
commitb320ba82e8ae3784d2c509e6a8aae4f4d03ef210 (patch)
tree71d5ab9def2ed5e964b5d5764c4972f6854142ad
parent648cb28f51593658176f83e8417a5b1f921f9df6 (diff)
downloadhaskell-b320ba82e8ae3784d2c509e6a8aae4f4d03ef210.tar.gz
Fix a typo about pattern synonyms in documentation.
-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 40013f3488..5bcd67ef52 100644
--- a/docs/users_guide/glasgow_exts.rst
+++ b/docs/users_guide/glasgow_exts.rst
@@ -5155,7 +5155,7 @@ Pattern synonyms
Pattern synonyms are enabled by the language extension :extension:`PatternSynonyms`, which is
required for defining them, but *not* for using them. More information and
-examples of view patterns can be found on the `Wiki page <PatternSynonyms>`.
+examples of pattern synonyms can be found on the :ghc-wiki:`Wiki page <PatternSynonyms>`.
Pattern synonyms enable giving names to parametrized pattern schemes.
They can also be thought of as abstract constructors that don't have a