mirror of
https://github.com/janet-lang/janet
synced 2024-11-18 22:54:49 +00:00
Tweak short-fn docstring
This commit is contained in:
parent
9cc4e48124
commit
fdc94c1353
@ -2055,7 +2055,7 @@
|
||||
```
|
||||
Shorthand for fn. Arguments are given as $n, where n is the 0-indexed
|
||||
argument of the function. $ is also an alias for the first (index 0) argument.
|
||||
The $& symbol will make the anonymous function variadic if it apears in the
|
||||
The $& symbol will make the anonymous function variadic if it appears in the
|
||||
body of the function - it can be combined with positional arguments.
|
||||
|
||||
Example usage:
|
||||
|
Loading…
Reference in New Issue
Block a user