diff options
Diffstat (limited to 'tvix/eval')
-rw-r--r-- | tvix/eval/docs/bindings.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/eval/docs/bindings.md b/tvix/eval/docs/bindings.md index 2b062cb13d87..17867acfe9f9 100644 --- a/tvix/eval/docs/bindings.md +++ b/tvix/eval/docs/bindings.md @@ -62,7 +62,7 @@ This is done by compiling bindings in several phases: At the end of this phase, we know the stack slots of all namespaces for inheriting from, all values inherited from them, and all values (and - optionall keys) of bindings at the current level. + optionally keys) of bindings at the current level. Only statically known keys are actually merged, so any dynamic keys that conflict will lead to a "key already defined" error at runtime. |