diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-05-21 16:16:16 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-05-21 16:16:16 +0000 |
| commit | fb248e9d2c8e6e1bffc8f0398d3a3dd1c85383ff (patch) | |
| tree | 7fbe336b7679d31eddc7df969e4955829fa00bec /docs/gen | |
| parent | move array and struct constructor into builtins (diff) | |
| download | alive-fb248e9d2c8e6e1bffc8f0398d3a3dd1c85383ff.tar.gz alive-fb248e9d2c8e6e1bffc8f0398d3a3dd1c85383ff.zip | |
rename alv.builtin to alv.builtins
Diffstat (limited to 'docs/gen')
| -rwxr-xr-x | docs/gen/index | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/gen/index b/docs/gen/index index 55dd1df..dff601a 100755 --- a/docs/gen/index +++ b/docs/gen/index @@ -43,7 +43,7 @@ spit OUT, layout h2 a "builtins", href: '#builtins' p "These definitions are automatically loaded into the global Scope of every alive session." - ul for key, val in opairs (require 'alv.builtin').values + ul for key, val in opairs (require 'alv.builtins').values li render key, val.result } } |
