diff options
author | Jan Hrček <honza.hrk@gmail.com> | 2020-06-07 10:38:44 +0200 |
---|---|---|
committer | Jan Hrček <honza.hrk@gmail.com> | 2020-06-16 20:36:38 +0200 |
commit | d0dcbfe646e52d0a1ef6d6e59a059323485775eb (patch) | |
tree | 47fe61e50be1391dcef9b5193d53eecbe052c75a /docs/users_guide/exts/flexible_contexts.rst | |
parent | cf01477f03da13caaf78caacc5b001cb46a86685 (diff) | |
download | haskell-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.rst | 2 |
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 |