From f2f19328760637663994e073925ea533571d93d0 Mon Sep 17 00:00:00 2001 From: sforman Date: Sat, 23 Sep 2023 10:59:38 -0700 Subject: [PATCH] Typo. --- docs/source/Thun.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/Thun.md b/docs/source/Thun.md index d0d0c2a..bc31ad8 100644 --- a/docs/source/Thun.md +++ b/docs/source/Thun.md @@ -231,7 +231,7 @@ other interpreters have a `case` or `switch` statement for the built-in functions and a separate hash table for definitions. Additionally, of the interpreters that have hash tables most of them check the hash table after the `case` statement. This means that one cannot "shadow" built-in -functions is some interpreters. You can `inscribe` them, but the +functions in some interpreters. You can `inscribe` them, but the interpreter will not look for them. I haven't yet formally made a decision for how Thun *shall* work.