From 9716297d1bbd3d28a62c82b56094722baef24980 Mon Sep 17 00:00:00 2001 From: Nicolas Abril Date: Sun, 19 May 2024 01:10:19 +0200 Subject: [PATCH] fix typo and update dictionary --- cspell.json | 1 + docs/compiler-options.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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 {