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.