diff --git a/cspell.json b/cspell.json index 1d0b47f3..8c36e062 100644 --- a/cspell.json +++ b/cspell.json @@ -4,6 +4,7 @@ "words": [ "anni", "annihilations", + "argn", "arities", "arity", "behaviour", diff --git a/docs/syntax.md b/docs/syntax.md index d3f5c5d0..5f506fcb 100644 --- a/docs/syntax.md +++ b/docs/syntax.md @@ -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.