summaryrefslogtreecommitdiff
path: root/docs/users_guide/exts/lambda_case.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/users_guide/exts/lambda_case.rst')
-rw-r--r--docs/users_guide/exts/lambda_case.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/exts/lambda_case.rst b/docs/users_guide/exts/lambda_case.rst
index ca648fa904..4712da3d74 100644
--- a/docs/users_guide/exts/lambda_case.rst
+++ b/docs/users_guide/exts/lambda_case.rst
@@ -18,7 +18,7 @@ which is equivalent to ::
\freshName -> case freshName of { p1 -> e1; ...; pN -> eN }
-Since GHC 9.4.1, it also allow expressions with multiple scrutinees (see GHC
+Since GHC 9.4.1, it also allows expressions with multiple scrutinees (see GHC
proposal `#302 <https://github.com/ghc-proposals/ghc-proposals/blob/master/proposals/0302-cases.rst>`_)
of the form ::