diff --git a/cspell.json b/cspell.json index 55638fe4..b49b4bb1 100644 --- a/cspell.json +++ b/cspell.json @@ -124,6 +124,7 @@ "/`..`/g", "/`...`/g", "/`....`/g", + "/`.....`/g", "/```.*\n.*\n```/g" ] } diff --git a/docs/compiler-options.md b/docs/compiler-options.md index 0f8366f1..05b22535 100644 --- a/docs/compiler-options.md +++ b/docs/compiler-options.md @@ -86,7 +86,8 @@ main = (id also_id) ## linearize-matches -Linearizes the variables between match cases, transforming them into combinatopy when possible. +Linearizes the variables between match cases, transforming them into combinators when possible. + ```py # Linearization means going from this @a @b switch a {