diff options
Diffstat (limited to 'extra')
| -rw-r--r-- | extra/docs.moon | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/docs.moon b/extra/docs.moon index f43ecfa..19c272b 100644 --- a/extra/docs.moon +++ b/extra/docs.moon @@ -1,4 +1,4 @@ -import Value, Scope from require 'core' +import ValueStream, Scope from require 'core' import render, layout, autoref from require 'extra.layout' import section, h1, h2, h3, p, ul, li, a, code, r from require 'extra.dom' @@ -68,7 +68,7 @@ spit OUT, switch command p "These definitions are automatically loaded into the global Scope of every alive session." ul for key, val in opairs require 'core.builtin' - li render key, Value.wrap val + li render key, ValueStream.wrap val } } |
