We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0c1cd8 commit 32dec17Copy full SHA for 32dec17
content/unpack.md
@@ -52,7 +52,8 @@ parameters or `case class` values by making it easy to convert between them in b
52
53
This proposal removes a tremendous amount of boilerplate converting between data structures
54
and method calls in Scala. For example, the code snippet above without this feature would
55
-have the pa:
+have the parameter list duplicated many times, and any calling the methods with data from
56
+a `RequestConfig` object with matching fields also requires lots of duplication:
57
58
```scala
59
case class RequestConfig(url: String,
0 commit comments