Skip to content

Commit 327241a

Browse files
author
sujithjay
committed
Add link to wikipedia entry for 'currying'
1 parent f66fa7d commit 327241a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_tour/multiple-parameter-lists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ previous-page: nested-functions
1313
redirect_from: "/tutorials/tour/multiple-parameter-lists.html"
1414
---
1515

16-
Methods may define multiple parameter lists. When a method is called with a fewer number of parameter lists, then this will yield a function taking the missing parameter lists as its arguments.
16+
Methods may define multiple parameter lists. When a method is called with a fewer number of parameter lists, then this will yield a function taking the missing parameter lists as its arguments. This is formally known as [currying](https://en.wikipedia.org/wiki/Currying)
1717

1818
Here is an example, defined in [Traversable](/overviews/collections/trait-traversable.html) trait from Scala collections:
1919

0 commit comments

Comments
 (0)