Skip to content

Commit a6d3ecf

Browse files
authored
Merge pull request #293 from sogaiu/tweak-functions-doc
Clarify meaning of $&
2 parents fc68a53 + 9458723 commit a6d3ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/functions.mdz

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ reader macro (or the equivalent @code`short-fn` macro):
9494
Within the above sorts of contexts the symbol @code`$` refers to the
9595
first (or zero-th) argument. Similarly, @code`$0`, @code`$1`,
9696
etc. refer to the arguments at index 0, 1, etc. and @code`$&` refers
97-
to all passed arguments as a tuple.
97+
to all remaining arguments as a tuple.
9898

9999
There is a common macro @code[defn] that can be used for creating functions and
100100
immediately binding them to a name. @code[defn] works as expected at both the

0 commit comments

Comments
 (0)