Adjust cspell

This commit is contained in:
imaqtkatt 2024-05-07 10:26:25 -03:00
parent 127fee6993
commit a919c016aa
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
"words": [
"anni",
"annihilations",
"argn",
"arities",
"arity",
"behaviour",

View File

@ -417,7 +417,7 @@ match opt = (Some "Bend") {
A pattern match expression, it can hold a name binding if the matching term is not a variable.
It is possibile to use a _wildcard_ variable or `*` as an exhaustive default case.
It is possible to use a _wildcard_ variable or `*` as an exhaustive default case.
Using `;` is optional.