diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2021-01-08 14:54:28 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2025-03-02 14:24:49 +0000 |
| commit | f47ad30897d5340b94c4deee30f83835cec9d06b (patch) | |
| tree | 85a564a7522deb3eb443176752d3b50a27d8e3db | |
| parent | lib: various fixes (diff) | |
| download | alive-f47ad30897d5340b94c4deee30f83835cec9d06b.tar.gz alive-f47ad30897d5340b94c4deee30f83835cec9d06b.zip | |
docs: fix sections in internals/Const
| -rw-r--r-- | alv/result/const.moon | 2 |
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. |
