aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2021-01-08 14:54:28 +0000
committers-ol <s+removethis@s-ol.nu>2025-03-02 14:24:49 +0000
commitf47ad30897d5340b94c4deee30f83835cec9d06b (patch)
tree85a564a7522deb3eb443176752d3b50a27d8e3db
parentlib: various fixes (diff)
downloadalive-f47ad30897d5340b94c4deee30f83835cec9d06b.tar.gz
alive-f47ad30897d5340b94c4deee30f83835cec9d06b.zip
docs: fix sections in internals/Const
-rw-r--r--alv/result/const.moon2
1 files changed, 2 insertions, 0 deletions
diff --git a/alv/result/const.moon b/alv/result/const.moon
index ecd386d..78fa25b 100644
--- a/alv/result/const.moon
+++ b/alv/result/const.moon
@@ -51,6 +51,8 @@ class Constant extends Result
-- @tfield string metatype (`=`)
metatype: '='
+-- @section
+
--- AST interface
--
-- `Constant` implements the `AST` interface.