1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-21 12:43:15 +00:00

Tweak short-fn docstring

This commit is contained in:
sogaiu 2021-11-04 18:11:53 +09:00
parent 9cc4e48124
commit fdc94c1353

View File

@ -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: