Skip to content

Commit 3706d91

Browse files
authored
Merge pull request #1238 from mavaji/patch-1
Update multiple-parameter-lists.md
2 parents b2d69f9 + ee53ceb commit 3706d91

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. This is formally known as [currying](https://en.wikipedia.org/wiki/Currying).
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 [partial application](https://en.wikipedia.org/wiki/Partial_application).
1717

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

0 commit comments

Comments
 (0)