diff --git a/alv/base/pureop.moon b/alv/base/pureop.moon index 6a058f6..86a3235 100644 --- a/alv/base/pureop.moon +++ b/alv/base/pureop.moon @@ -30,6 +30,7 @@ -- -- Can be either a method or just a fixed type. -- + -- @function type -- @tparam table args as parsed by `pattern` -- @treturn type.Type diff --git a/docs/style.css b/docs/style.css index 1f81f9b..51fddef 100644 --- a/docs/style.css +++ b/docs/style.css @@ -64,7 +64,7 @@ margin: 0.5em 0; padding-left: 0.6em; } -ul { list-style: '- '; } +ul, .ldoc ol { list-style: '- '; } header { position: fixed;