diff options
| -rw-r--r-- | doc/sphinx/language/extensions/match.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/language/extensions/match.rst b/doc/sphinx/language/extensions/match.rst index e887ca8e98..182f599a29 100644 --- a/doc/sphinx/language/extensions/match.rst +++ b/doc/sphinx/language/extensions/match.rst @@ -883,7 +883,7 @@ situation: The variable ident is bound several times in pattern term Found a constructor of inductive type term while a constructor of term is expected - Patterns are incorrect (because constructors are not applied to the correct number of the + Patterns are incorrect (because constructors are not applied to the correct number of arguments, because they are not linear or they are wrongly typed). .. exn:: Non exhaustive pattern matching. |
