summaryrefslogtreecommitdiff
path: root/docs/users_guide/exts/flexible_contexts.rst
diff options
context:
space:
mode:
authorJan Hrček <honza.hrk@gmail.com>2020-06-07 10:38:44 +0200
committerJan Hrček <honza.hrk@gmail.com>2020-06-16 20:36:38 +0200
commitd0dcbfe646e52d0a1ef6d6e59a059323485775eb (patch)
tree47fe61e50be1391dcef9b5193d53eecbe052c75a /docs/users_guide/exts/flexible_contexts.rst
parentcf01477f03da13caaf78caacc5b001cb46a86685 (diff)
downloadhaskell-d0dcbfe646e52d0a1ef6d6e59a059323485775eb.tar.gz
Fix typos and formatting in user guide
Diffstat (limited to 'docs/users_guide/exts/flexible_contexts.rst')
-rw-r--r--docs/users_guide/exts/flexible_contexts.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/exts/flexible_contexts.rst b/docs/users_guide/exts/flexible_contexts.rst
index 11f55407a6..7823a36bec 100644
--- a/docs/users_guide/exts/flexible_contexts.rst
+++ b/docs/users_guide/exts/flexible_contexts.rst
@@ -39,7 +39,7 @@ superclass of ``C``.)
With the extension that adds a :ref:`kind of
constraints <constraint-kind>`, you can write more exotic superclass
definitions. The superclass cycle check is even more liberal in these
-case. For example, this is OK: ::
+cases. For example, this is OK: ::
class A cls c where
meth :: cls c => c -> c