diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-05-08 12:18:45 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2025-03-02 14:23:21 +0000 |
| commit | 62e3c3866c01ff6ac75aaba06fdc1fbf8ab5f824 (patch) | |
| tree | 796e58784c759c9d70691a8dbe9167e92ae38ff9 /alv/base | |
| parent | add shorthands for builtin primitives to Primitive (diff) | |
| download | alive-62e3c3866c01ff6ac75aaba06fdc1fbf8ab5f824.tar.gz alive-62e3c3866c01ff6ac75aaba06fdc1fbf8ab5f824.zip | |
more internal doc fixes
Diffstat (limited to 'alv/base')
| -rw-r--r-- | alv/base/fndef.moon | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alv/base/fndef.moon b/alv/base/fndef.moon index f8858d3..836294d 100644 --- a/alv/base/fndef.moon +++ b/alv/base/fndef.moon @@ -1,5 +1,5 @@ ---- --- user-function definition (`fndef`). +-- User-function definition (`fndef`). -- -- When called, expands to its body with params bound to the fn arguments (see -- `invoke.fn_invoke`). |
